Commit 2c9e4ca5 by marco

addition of font-awesome to LMS sass vendor assets, in additio nto light…

addition of font-awesome to LMS sass vendor assets, in additio nto light organization for applicaiton.scss to match studio sass breakdown.
parent 38e040ae
...@@ -1308,6 +1308,9 @@ body.discussion { ...@@ -1308,6 +1308,9 @@ body.discussion {
.label { .label {
<<<<<<< HEAD <<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> addition of font-awesome to LMS sass vendor assets, in additio nto light organization for applicaiton.scss to match studio sass breakdown.
display: block; display: block;
font-size: 12px; font-size: 12px;
} }
...@@ -1343,9 +1346,11 @@ body.discussion { ...@@ -1343,9 +1346,11 @@ 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
<<<<<<< HEAD
width: 25%; width: 25%;
vertical-align: middle; vertical-align: middle;
...@@ -1353,6 +1358,9 @@ body.discussion { ...@@ -1353,6 +1358,9 @@ body.discussion {
font-weight: 700; font-weight: 700;
======= =======
width: 20%; width: 20%;
=======
width: 25%;
>>>>>>> addition of font-awesome to LMS sass vendor assets, in additio nto light organization for applicaiton.scss to match studio sass breakdown.
vertical-align: middle; vertical-align: middle;
.profile-link { .profile-link {
...@@ -1363,6 +1371,7 @@ body.discussion { ...@@ -1363,6 +1371,7 @@ body.discussion {
.stats-grouping { .stats-grouping {
display: inline-block; display: inline-block;
<<<<<<< HEAD
width: 70%; width: 70%;
<<<<<<< HEAD <<<<<<< HEAD
padding-left: $baseline; padding-left: $baseline;
...@@ -1384,12 +1393,25 @@ body.discussion { ...@@ -1384,12 +1393,25 @@ body.discussion {
vertical-align: middle; vertical-align: middle;
} }
======= =======
=======
width: 65%;
>>>>>>> addition of font-awesome to LMS sass vendor assets, in additio nto light organization for applicaiton.scss to match studio sass breakdown.
.profile-stat { .profile-stat {
display: inline-block; display: inline-block;
padding: $baseline; width: 30%;
vertical-align: middle; vertical-align: middle;
<<<<<<< HEAD
>>>>>>> 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
=======
font-size: 12px;
.count {
display: inline-block;
font-size: 28px;
padding: 0 $baseline/2;
}
>>>>>>> addition of font-awesome to LMS sass vendor assets, in additio nto light organization for applicaiton.scss to match studio sass breakdown.
} }
} }
} }
...@@ -1495,7 +1517,9 @@ body.discussion { ...@@ -1495,7 +1517,9 @@ body.discussion {
.row-item { .row-item {
display: inline-block; display: inline-block;
font-size: 12px;
width: 20%; width: 20%;
vertical-align: middle;
} }
} }
} }
......
...@@ -39,8 +39,8 @@ ...@@ -39,8 +39,8 @@
</div> </div>
<div class="stats-grouping"> <div class="stats-grouping">
<div class="profile-stat profile-stat-posts"> <div class="profile-stat profile-stat-posts">
<span class="count count-posts">5</span> <span class="count count-posts">5</span>
<span class="profile-stat-label">POSTS</span> <span class="profile-stat-label">POSTS</span>
</div> </div>
<div class="profile-stat profile-stat-comments"> <div class="profile-stat profile-stat-comments">
<span class="count count-comments">12</span> <span class="count count-comments">12</span>
......
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