Commit 388724c4 by Brian Talbot

Studio: updates Sass mixins/extend references based on textbook/Sass cleanup

parent 19a7e63e
...@@ -877,7 +877,7 @@ body.js { ...@@ -877,7 +877,7 @@ body.js {
text-align: center; text-align: center;
.label { .label {
@extend .text-sr; @extend .cont-text-sr;
} }
[class^="icon-"] { [class^="icon-"] {
......
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
} }
.action-primary { .action-primary {
@extend .ui-btn-primary-blue; @extend .btn-primary-blue;
@extend .t-action3; @extend .t-action3;
} }
} }
......
...@@ -188,7 +188,7 @@ body.course.textbooks { ...@@ -188,7 +188,7 @@ body.course.textbooks {
.chapters-fields, .chapters-fields,
.textbook-fields { .textbook-fields {
@extend .no-list; @extend .cont-no-list;
.field { .field {
margin: 0 0 ($baseline*0.75) 0; margin: 0 0 ($baseline*0.75) 0;
...@@ -365,7 +365,7 @@ body.course.textbooks { ...@@ -365,7 +365,7 @@ body.course.textbooks {
// dialog // dialog
.wrapper-dialog { .wrapper-dialog {
@extend .depth5; @extend .ui-depth5;
@include transition(all 0.05s ease-in-out); @include transition(all 0.05s ease-in-out);
position: fixed; position: fixed;
top: 0; top: 0;
......
...@@ -53,8 +53,8 @@ ...@@ -53,8 +53,8 @@
// extends - UI - window // extends - UI - window
.ui-window { .ui-window {
@include clearfix(); @include clearfix();
@include border-radius(3px); border-radius: 3px;
@include box-shadow(0 1px 1px $shadow-l1); box-shadow: 0 1px 1px $shadow-l1;
margin-bottom: $baseline; margin-bottom: $baseline;
border: 1px solid $gray-l2; border: 1px solid $gray-l2;
background: $white; background: $white;
...@@ -198,7 +198,7 @@ ...@@ -198,7 +198,7 @@
} }
span { span {
@extend .text-sr; @extend .cont-text-sr;
} }
} }
...@@ -257,4 +257,3 @@ ...@@ -257,4 +257,3 @@
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
>>>>>>> Studio: renames and re-orgs app-wide Sass extends
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