Commit a7f2d75c authored by Jacob Schatz's avatar Jacob Schatz

Uses color variables instead.

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