Commit 8cf2cc6f by Brian Talbot

studio - sass cleanup: local merge with master and small comment/organization…

studio - sass cleanup: local merge with master and small comment/organization tweaks to variables and base-styles
parent 9069d822
...@@ -15,7 +15,6 @@ $fg-min-width: 900px; ...@@ -15,7 +15,6 @@ $fg-min-width: 900px;
// type // type
$sans-serif: 'Open Sans', $verdana; $sans-serif: 'Open Sans', $verdana;
$body-line-height: golden-ratio(.875em, 1); $body-line-height: golden-ratio(.875em, 1);
$error-red: rgb(253, 87, 87);
// colors - new for re-org // colors - new for re-org
$black: rgb(0,0,0); $black: rgb(0,0,0);
...@@ -98,3 +97,4 @@ $disabledGreen: rgb(124, 206, 153); ...@@ -98,3 +97,4 @@ $disabledGreen: rgb(124, 206, 153);
$darkGreen: rgb(52, 133, 76); $darkGreen: rgb(52, 133, 76);
$lightBluishGrey: rgb(197, 207, 223); $lightBluishGrey: rgb(197, 207, 223);
$lightBluishGrey2: rgb(213, 220, 228); $lightBluishGrey2: rgb(213, 220, 228);
$error-red: rgb(253, 87, 87);
\ No newline at end of file
...@@ -46,5 +46,6 @@ ...@@ -46,5 +46,6 @@
@import 'assets/content-types'; @import 'assets/content-types';
// xblock-related
@import 'module/module-styles.scss'; @import 'module/module-styles.scss';
@import 'descriptor/module-styles.scss'; @import 'descriptor/module-styles.scss';
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