Commit 37c9de7a by marco

cleaned up font-awesome integration to work with new mako file .scss compiling,…

cleaned up font-awesome integration to work with new mako file .scss compiling, added in initial icon references
parent 2c9e4ca5
...@@ -733,7 +733,10 @@ body.discussion { ...@@ -733,7 +733,10 @@ body.discussion {
position: absolute; position: absolute;
top: 30%; top: 30%;
left: 30%; left: 30%;
<<<<<<< HEAD
color: $gray-l1; color: $gray-l1;
=======
>>>>>>> cleaned up font-awesome integration to work with new mako file .scss compiling, added in initial icon references
font-size: 28px; font-size: 28px;
z-index: 100; z-index: 100;
<<<<<<< HEAD <<<<<<< HEAD
...@@ -742,7 +745,6 @@ body.discussion { ...@@ -742,7 +745,6 @@ body.discussion {
======= =======
width: 25px; width: 25px;
height: 25px; height: 25px;
//margin-left: -17px;
opacity: 1; opacity: 1;
@include transition(none); @include transition(none);
>>>>>>> basic shell for discussion home page with both profile information and email notification settings >>>>>>> basic shell for discussion home page with both profile information and email notification settings
...@@ -1304,6 +1306,7 @@ body.discussion { ...@@ -1304,6 +1306,7 @@ body.discussion {
section { section {
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
margin: $baseline $baseline $baseline 0;
} }
.label { .label {
...@@ -1346,7 +1349,6 @@ body.discussion { ...@@ -1346,7 +1349,6 @@ body.discussion {
>>>>>>> basic shell for discussion home page with both profile information and email notification settings >>>>>>> basic shell for discussion home page with both profile information and email notification settings
.label-area { .label-area {
padding: $baseline;
display: inline-block; display: inline-block;
min-width: $baseline*5; min-width: $baseline*5;
<<<<<<< HEAD <<<<<<< HEAD
...@@ -1520,6 +1522,13 @@ body.discussion { ...@@ -1520,6 +1522,13 @@ body.discussion {
font-size: 12px; font-size: 12px;
width: 20%; width: 20%;
vertical-align: middle; vertical-align: middle;
i.icon {
padding: 0 $baseline/2;
font-size: 24px;
display: inline-block;
}
} }
} }
} }
......
...@@ -37,10 +37,17 @@ ...@@ -37,10 +37,17 @@
@import 'base/font_face'; @import 'base/font_face';
@import 'base/extends'; @import 'base/extends';
@import 'base/animations'; @import 'base/animations';
<<<<<<< HEAD
// base - starter // base - starter
@import 'base/base'; @import 'base/base';
=======
// base - starter
@import 'base/base';
>>>>>>> cleaned up font-awesome integration to work with new mako file .scss compiling, added in initial icon references
// shared - course // shared - course
@import 'shared/forms'; @import 'shared/forms';
@import 'shared/footer'; @import 'shared/footer';
...@@ -70,5 +77,9 @@ ...@@ -70,5 +77,9 @@
@import 'discussion'; @import 'discussion';
@import 'news'; @import 'news';
<<<<<<< HEAD
@import 'shame'; // shame file - used for any bad-form/orphaned scss that knowingly violate edX FED architecture/standards (see - http://csswizardry.com/2013/04/shame-css/) @import 'shame'; // shame file - used for any bad-form/orphaned scss that knowingly violate edX FED architecture/standards (see - http://csswizardry.com/2013/04/shame-css/)
=======
@import 'shame'; // shame file - used for any bad-form/orphaned scss that knowingly violate edX FED architecture/standards (see - http://csswizardry.com/2013/04/shame-css/)
>>>>>>> cleaned up font-awesome integration to work with new mako file .scss compiling, added in initial icon references
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