Commit 91a6e347 by Brian Talbot

Studio: adds further comment/prefix revisions to Sass extends

parent 7ea55757
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
} }
// secondary button // secondary button
.btn-secondary { .ui-btn-secondary {
@extend .ui-btn; @extend .ui-btn;
@extend .ui-btn-pill; @extend .ui-btn-pill;
border-width: 1px; border-width: 1px;
...@@ -250,7 +250,7 @@ ...@@ -250,7 +250,7 @@
word-wrap: break-word; word-wrap: break-word;
} }
// content - text overflow by ellipsis // extends - content - text overflow by ellipsis
.cont-overflow-elip { .cont-overflow-elip {
@include box-sizing(border-box); @include box-sizing(border-box);
display: block; display: block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment