Commit e87d0718 by marco

basic shell for home page exists, along with start of color cleanup for the rest…

basic shell for home page exists, along with start of color cleanup for the rest of _discussion.scss
parent e2f02cdf
...@@ -733,13 +733,17 @@ body.discussion { ...@@ -733,13 +733,17 @@ body.discussion {
position: absolute; position: absolute;
top: 30%; top: 30%;
left: 30%; left: 30%;
<<<<<<< HEAD
color: $gray-l1; color: $gray-l1;
=======
color: $gray;
>>>>>>> basic shell for home page exists, along with start of color cleanup for the rest of _discussion.scss
font-size: 28px; font-size: 28px;
z-index: 100; z-index: 100;
width: 25px; width: 25px;
height: 25px; height: 25px;
opacity: 1; opacity: 1;
@include transition(none); @include transition(all .2s ease-out);
} }
} }
...@@ -1008,7 +1012,11 @@ body.discussion { ...@@ -1008,7 +1012,11 @@ body.discussion {
border-bottom: 1px solid $gray-l3; border-bottom: 1px solid $gray-l3;
@include linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0)); @include linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
background-color: $gray-l2; background-color: $gray-l2;
<<<<<<< HEAD
box-shadow: 0 1px 0 $white-t1 inset; box-shadow: 0 1px 0 $white-t1 inset;
=======
box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset;
>>>>>>> basic shell for home page exists, along with start of color cleanup for the rest of _discussion.scss
span, span,
a { a {
...@@ -1294,7 +1302,6 @@ body.discussion { ...@@ -1294,7 +1302,6 @@ body.discussion {
section { section {
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
margin: $baseline $baseline $baseline 0;
} }
.label { .label {
...@@ -1311,11 +1318,14 @@ body.discussion { ...@@ -1311,11 +1318,14 @@ body.discussion {
padding-bottom: $baseline/2; padding-bottom: $baseline/2;
} }
<<<<<<< HEAD
======= =======
font-size: 12px; font-size: 12px;
} }
>>>>>>> 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
=======
>>>>>>> basic shell for home page exists, along with start of color cleanup for the rest of _discussion.scss
.home-header { .home-header {
margin: 0; margin: 0;
} }
...@@ -1332,9 +1342,13 @@ body.discussion { ...@@ -1332,9 +1342,13 @@ body.discussion {
} }
.home-stats { .home-stats {
<<<<<<< HEAD <<<<<<< HEAD
<<<<<<< HEAD
padding: $baseline 0; padding: $baseline 0;
======= =======
>>>>>>> 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
=======
padding: $baseline 0;
>>>>>>> basic shell for home page exists, along with start of color cleanup for the rest of _discussion.scss
.label-area { .label-area {
display: inline-block; display: inline-block;
...@@ -1362,6 +1376,7 @@ body.discussion { ...@@ -1362,6 +1376,7 @@ body.discussion {
.stats-grouping { .stats-grouping {
display: inline-block; display: inline-block;
<<<<<<< HEAD <<<<<<< HEAD
<<<<<<< HEAD
width: 70%; width: 70%;
<<<<<<< HEAD <<<<<<< HEAD
padding-left: $baseline; padding-left: $baseline;
...@@ -1386,6 +1401,10 @@ body.discussion { ...@@ -1386,6 +1401,10 @@ body.discussion {
======= =======
width: 65%; width: 65%;
>>>>>>> addition of font-awesome to LMS sass vendor assets, in additio nto light organization for applicaiton.scss to match studio sass breakdown. >>>>>>> addition of font-awesome to LMS sass vendor assets, in additio nto light organization for applicaiton.scss to match studio sass breakdown.
=======
width: 70%;
padding-left: $baseline;
>>>>>>> basic shell for home page exists, along with start of color cleanup for the rest of _discussion.scss
.profile-stat { .profile-stat {
display: inline-block; display: inline-block;
...@@ -1400,6 +1419,11 @@ body.discussion { ...@@ -1400,6 +1419,11 @@ body.discussion {
display: inline-block; display: inline-block;
font-size: 28px; font-size: 28px;
padding: 0 $baseline/2; padding: 0 $baseline/2;
vertical-align: middle;
}
.profile-stat-label{
vertical-align: middle;
} }
>>>>>>> addition of font-awesome to LMS sass vendor assets, in additio nto light organization for applicaiton.scss to match studio sass breakdown. >>>>>>> addition of font-awesome to LMS sass vendor assets, in additio nto light organization for applicaiton.scss to match studio sass breakdown.
} }
...@@ -1499,17 +1523,18 @@ body.discussion { ...@@ -1499,17 +1523,18 @@ body.discussion {
border-bottom: 1px solid #b2b2b2; border-bottom: 1px solid #b2b2b2;
.row-title { .row-title {
padding: $baseline; padding: 30px $baseline;
display: inline-block; display: inline-block;
width: 15%; width: 15%;
background-color: $light-gray; background-color: $gray-l4;
font-size: 12px; font-size: 12px;
} }
.row-item-full, .row-item { .row-item-full, .row-item {
display: inline-block; display: inline-block;
font-size: 12px; font-size: 12px;
width: 25%; padding-left: $baseline/2;
width: 23%;
vertical-align: middle; vertical-align: middle;
.icon { .icon {
...@@ -1519,6 +1544,14 @@ body.discussion { ...@@ -1519,6 +1544,14 @@ body.discussion {
vertical-align: middle; vertical-align: middle;
} }
.icon-stack i {
padding: 0 $baseline/2;
}
.row-setting {
padding-left: $baseline;
}
.row-description { .row-description {
display: inline-block; display: inline-block;
width: 70%; width: 70%;
...@@ -1530,7 +1563,8 @@ body.discussion { ...@@ -1530,7 +1563,8 @@ body.discussion {
width: 70%; width: 70%;
.row-description { .row-description {
width: 90%; width: 80%;
padding-left: 15px;
} }
} }
} }
......
...@@ -37,17 +37,9 @@ ...@@ -37,17 +37,9 @@
@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';
...@@ -77,9 +69,4 @@ ...@@ -77,9 +69,4 @@
@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
...@@ -43,8 +43,12 @@ ...@@ -43,8 +43,12 @@
%endif %endif
<li> <li>
<a href="#" class="drop-menu-meta-category"> <a href="#" class="drop-menu-meta-category">
<<<<<<< HEAD
<span class="board-name" data-discussion_id='#following'><i class="icon-star" style="padding-right:5px;"></i>Posts I&#39;m Following</span> <span class="board-name" data-discussion_id='#following'><i class="icon-star" style="padding-right:5px;"></i>Posts I&#39;m Following</span>
=======
<span class="board-name" data-discussion_id='#following'><i class="icon-star" style="padding-right:5px;"></i>Posts I'm Following</span>
>>>>>>> basic shell for home page exists, along with start of color cleanup for the rest of _discussion.scss
</a> </a>
</li> </li>
${render_dropdown(category_map)} ${render_dropdown(category_map)}
......
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