Commit 64e6627a by Brian Talbot

moving more LMS override styles over to _shame.scss

parent f26488e6
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -158,6 +158,11 @@ ...@@ -158,6 +158,11 @@
} }
} }
// actions
.action--submit, .action--save {
box-shadow: none;
}
// -------------------- // --------------------
// Studio countermeasures // Studio countermeasures
// -------------------- // --------------------
......
...@@ -115,7 +115,6 @@ ...@@ -115,7 +115,6 @@
background: $action-primary-color; background: $action-primary-color;
border: 1px solid shade($action-primary-color, 15%); border: 1px solid shade($action-primary-color, 15%);
color: tint($action-primary-color, 90%); color: tint($action-primary-color, 90%);
box-shadow: none; // needed for LMS override
.copy { .copy {
@extend %t-weight3; @extend %t-weight3;
...@@ -150,7 +149,6 @@ ...@@ -150,7 +149,6 @@
background: $action-secondary-color; background: $action-secondary-color;
border: 1px shade($action-secondary-color, 10%); border: 1px shade($action-secondary-color, 10%);
color: tint($action-secondary-color, 90%); color: tint($action-secondary-color, 90%);
box-shadow: none; // needed for LMS override
.copy { .copy {
@extend %t-weight3; @extend %t-weight3;
......
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