Commit b8b2ca0e by marco

cleaned up problem type label

parent 3a3e0f63
...@@ -86,9 +86,10 @@ ...@@ -86,9 +86,10 @@
} }
h5 { h5 {
margin-bottom: 8px; margin-bottom: 12px;
color: #fff; color: #fff;
font-weight: 700; font-weight: 600;
font-size: 18px;
} }
.rendered-component { .rendered-component {
...@@ -105,11 +106,11 @@ ...@@ -105,11 +106,11 @@
} }
a { a {
width: 175px; width: 160px;
height: 100px; height: 100px;
color: #edf1f5; color: #edf1f5;
margin-right: 10px; margin-right: 15px;
margin-bottom: 10px; margin-bottom: 15px;
border-radius: 8px; border-radius: 8px;
font-size: 15px; font-size: 15px;
line-height: 14px; line-height: 14px;
...@@ -173,22 +174,23 @@ ...@@ -173,22 +174,23 @@
background:none; background:none;
.problem-type-label { .problem-type-label {
font-size: 14px; font-size: 16px;
font-style: italic; margin-right: 10px;
color:#B0B6C2; color: $mediumGrey;
} }
li { li {
float:right;
text-align: right;
display:inline-block; display:inline-block;
margin: 5px; margin: 5px;
width: 150px; width: 100px;
text-align:center; text-align:center;
border: 1px $mediumGrey; border: 1px $mediumGrey;
@include border-radius(5px 0 0 5px); @include border-radius(5px 5px 5px 5px);
&.current { &.current {
background: #fff; background: #edf1f5;
} }
} }
a{ a{
......
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