Commit 7ea55757 by Brian Talbot

Studio: references newly renamed app-wide Sass extends

parent 88d06a16
...@@ -576,7 +576,7 @@ p, ul, ol, dl { ...@@ -576,7 +576,7 @@ p, ul, ol, dl {
// misc // misc
hr.divide { hr.divide {
@extend .text-sr; @extend .cont-text-sr;
} }
.item-details { .item-details {
...@@ -824,7 +824,7 @@ hr.divide { ...@@ -824,7 +824,7 @@ hr.divide {
// basic utility // basic utility
.sr { .sr {
@extend .text-sr; @extend .cont-text-sr;
} }
.fake-link { .fake-link {
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// gray primary button // gray primary button
.btn-primary-gray { .btn-primary-gray {
@extend .btn-primary; @extend .ui-btn-primary;
background: $gray-l1; background: $gray-l1;
border-color: $gray-l2; border-color: $gray-l2;
color: $white; color: $white;
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
// blue primary button // blue primary button
.btn-primary-blue { .btn-primary-blue {
@extend .btn-primary; @extend .ui-btn-primary;
background: $blue; background: $blue;
border-color: $blue-s1; border-color: $blue-s1;
color: $white; color: $white;
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
// green primary button // green primary button
.btn-primary-green { .btn-primary-green {
@extend .btn-primary; @extend .ui-btn-primary;
background: $green; background: $green;
border-color: $green; border-color: $green;
color: $white; color: $white;
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
// gray secondary button // gray secondary button
.btn-secondary-gray { .btn-secondary-gray {
@extend .btn-secondary; @extend .ui-btn-secondary;
border-color: $gray-l3; border-color: $gray-l3;
color: $gray-l1; color: $gray-l1;
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
// blue secondary button // blue secondary button
.btn-secondary-blue { .btn-secondary-blue {
@extend .btn-secondary; @extend .ui-btn-secondary;
border-color: $blue-l3; border-color: $blue-l3;
color: $blue; color: $blue;
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
// green secondary button // green secondary button
.btn-secondary-green { .btn-secondary-green {
@extend .btn-secondary; @extend .ui-btn-secondary;
border-color: $green-l4; border-color: $green-l4;
color: $green-l2; color: $green-l2;
......
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
// ==================== // ====================
.wrapper-header { .wrapper-header {
@extend .depth3; @extend .ui-depth3;
box-shadow: 0 1px 2px 0 $shadow-l1;
position: relative; position: relative;
width: 100%; width: 100%;
box-shadow: 0 1px 2px 0 $shadow-l1;
margin: 0; margin: 0;
padding: 0 $baseline; padding: 0 $baseline;
background: $white; background: $white;
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
// ==================== // ====================
// basic layout // basic layout
.wrapper-l, .wrapper-r { .wrapper-l, .wrapper-r {
background: $white; background: $white;
} }
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// ==================== // ====================
.modal-cover { .modal-cover {
@extend .depth3; @extend .ui-depth3;
display: none; display: none;
position: fixed; position: fixed;
top: 0; top: 0;
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
} }
.modal { .modal {
@extend .depth4; @extend .ui-depth4;
display: none; display: none;
position: fixed; position: fixed;
top: 60px; top: 60px;
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
// lean modal alternative // lean modal alternative
#lean_overlay { #lean_overlay {
@extend .depth4; @extend .ui-depth4;
position: fixed; position: fixed;
top: 0px; top: 0px;
left: 0px; left: 0px;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
nav { nav {
ol, ul { ol, ul {
@extend .no-list; @extend .cont-no-list;
} }
.nav-item { .nav-item {
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
.wrapper-inner { .wrapper-inner {
@include linear-gradient($gray-d3 0%, $gray-d3 98%, $black 100%); @include linear-gradient($gray-d3 0%, $gray-d3 98%, $black 100%);
@extend .depth0; @extend .ui-depth0;
display: none; display: none;
width: 100% !important; width: 100% !important;
border-bottom: 1px solid $white; border-bottom: 1px solid $white;
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
// sock - actions // sock - actions
.list-cta { .list-cta {
@extend .depth1; @extend .ui-depth1;
position: absolute; position: absolute;
top: -($baseline*0.75); top: -($baseline*0.75);
width: 100%; width: 100%;
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
text-align: center; text-align: center;
.cta-show-sock { .cta-show-sock {
@extend .btn-pill; @extend .ui-btn-pill;
@extend .t-action4; @extend .t-action4;
background: $gray-l5; background: $gray-l5;
padding: ($baseline/2) $baseline; padding: ($baseline/2) $baseline;
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
} }
.action-primary { .action-primary {
@extend .btn-primary-blue; @extend .ui-btn-primary-blue;
@extend .t-action3; @extend .t-action3;
} }
} }
......
...@@ -144,8 +144,8 @@ ...@@ -144,8 +144,8 @@
// prompts // prompts
.wrapper-prompt { .wrapper-prompt {
@extend .depth5; @extend .ui-depth5;
@include transition(all $tmg-f3 ease-in-out 0s); @include transition(all $tmg-f3 ease-in-out 0s);
position: fixed; position: fixed;
top: 0; top: 0;
background: $black-t0; background: $black-t0;
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
// notifications // notifications
.wrapper-notification { .wrapper-notification {
@extend .depth5; @extend .ui-depth5;
@include clearfix(); @include clearfix();
box-shadow: 0 -1px 3px $shadow, inset 0 3px 1px $blue; box-shadow: 0 -1px 3px $shadow, inset 0 3px 1px $blue;
position: fixed; position: fixed;
...@@ -444,7 +444,7 @@ ...@@ -444,7 +444,7 @@
} }
.copy p { .copy p {
@extend .text-sr; @extend .cont-text-sr;
} }
} }
} }
...@@ -453,7 +453,7 @@ ...@@ -453,7 +453,7 @@
// alerts // alerts
.wrapper-alert { .wrapper-alert {
@extend .depth2; @extend .ui-depth2;
@include box-sizing(border-box); @include box-sizing(border-box);
box-shadow: 0 1px 1px $white, inset 0 2px 2px $shadow-d1, inset 0 -4px 1px $blue; box-shadow: 0 1px 1px $white, inset 0 2px 2px $shadow-d1, inset 0 -4px 1px $blue;
position: relative; position: relative;
...@@ -599,7 +599,7 @@ ...@@ -599,7 +599,7 @@
text-align: center; text-align: center;
.label { .label {
@extend .text-sr; @extend .cont-text-sr;
} }
[class^="icon"] { [class^="icon"] {
...@@ -696,7 +696,7 @@ body.uxdesign.alerts { ...@@ -696,7 +696,7 @@ body.uxdesign.alerts {
} }
.content-primary { .content-primary {
@extend .window; @extend .ui-window;
width: flex-grid(12, 12); width: flex-grid(12, 12);
margin-right: flex-gutter(); margin-right: flex-gutter();
padding: $baseline ($baseline*1.5); padding: $baseline ($baseline*1.5);
......
...@@ -14,7 +14,7 @@ body.course.checklists { ...@@ -14,7 +14,7 @@ body.course.checklists {
// checklists - general // checklists - general
.course-checklist { .course-checklist {
@extend .window; @extend .ui-window;
margin: 0 0 ($baseline*2) 0; margin: 0 0 ($baseline*2) 0;
&:last-child { &:last-child {
...@@ -23,7 +23,7 @@ body.course.checklists { ...@@ -23,7 +23,7 @@ body.course.checklists {
// visual status // visual status
.viz-checklist-status { .viz-checklist-status {
@extend .text-hide; @extend .cont-text-hide;
@include size(100%,($baseline/4)); @include size(100%,($baseline/4));
position: relative; position: relative;
display: block; display: block;
...@@ -40,7 +40,7 @@ body.course.checklists { ...@@ -40,7 +40,7 @@ body.course.checklists {
background: $green; background: $green;
.int { .int {
@extend .text-sr; @extend .cont-text-sr;
} }
} }
} }
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
// ==================== // ====================
body.course.export { body.course.export {
.export-overview { .export-overview {
@extend .window; @extend .ui-window;
@include clearfix; @include clearfix;
padding: 30px 40px; padding: 30px 40px;
} }
...@@ -40,7 +40,7 @@ body.course.export { ...@@ -40,7 +40,7 @@ body.course.export {
} }
.export-form-wrapper { .export-form-wrapper {
.export-form { .export-form {
float: left; float: left;
width: 35%; width: 35%;
...@@ -122,4 +122,4 @@ body.course.export { ...@@ -122,4 +122,4 @@ body.course.export {
} }
} }
} }
} }
\ No newline at end of file
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
// ==================== // ====================
body.course.import { body.course.import {
.import-overview { .import-overview {
@extend .window; @extend .ui-window;
@include clearfix; @include clearfix;
padding: 30px 40px; padding: 30px 40px;
} }
...@@ -103,4 +103,4 @@ body.course.import { ...@@ -103,4 +103,4 @@ body.course.import {
color: #fff; color: #fff;
line-height: 48px; line-height: 48px;
} }
} }
\ No newline at end of file
...@@ -9,7 +9,7 @@ body.course.settings { ...@@ -9,7 +9,7 @@ body.course.settings {
} }
.content-primary { .content-primary {
@extend .window; @extend .ui-window;
width: flex-grid(9, 12); width: flex-grid(9, 12);
margin-right: flex-gutter(); margin-right: flex-gutter();
padding: $baseline ($baseline*1.5); padding: $baseline ($baseline*1.5);
......
...@@ -171,7 +171,7 @@ body.course.static-pages { ...@@ -171,7 +171,7 @@ body.course.static-pages {
} }
.static-page-details { .static-page-details {
@extend .window; @extend .ui-window;
padding: 32px 40px; padding: 32px 40px;
.row { .row {
......
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