Commit a7f2d75c authored by Jacob Schatz's avatar Jacob Schatz

Uses color variables instead.

parent 3278c5b0
......@@ -208,19 +208,19 @@
.disabled-profile {
width: 40px;
height: 40px;
background: #CCC;
background: $border-gray-dark;
border-radius: 20px;
display: inline-block;
margin-right: 10px;
}
.disabled-comment {
background: #F3F3F3;
background: $gray-light;
display: inline-block;
vertical-align: top;
height: 200px;
border-radius: 4px;
border: 1px solid #CCC;
border: 1px solid $border-gray-normal;
padding-top: 90px;
text-align: center;
right: 20px;
......
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