summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/_read.scss
diff options
context:
space:
mode:
authorFelix Hammerl <fhammerl@thoughtworks.com>2016-02-19 19:09:58 +0100
committerFelix Hammerl <fhammerl@thoughtworks.com>2016-02-22 11:00:19 +0100
commit26d1331c7fbd1ae282eefb24950e489eb44d1c0f (patch)
treea68de162da4f3aa98597b62b15be64834ff5abeb /web-ui/app/scss/_read.scss
parentcd5ecf80cab507b447a63111ccf2cba1e3866036 (diff)
Issue #616: Remove hardcoded colors
Diffstat (limited to 'web-ui/app/scss/_read.scss')
-rw-r--r--web-ui/app/scss/_read.scss16
1 files changed, 8 insertions, 8 deletions
diff --git a/web-ui/app/scss/_read.scss b/web-ui/app/scss/_read.scss
index 4a11ca76..7943d584 100644
--- a/web-ui/app/scss/_read.scss
+++ b/web-ui/app/scss/_read.scss
@@ -40,7 +40,7 @@
}
.headline-area {
clear: both;
- border-top: 1px solid #DDD;
+ border-top: 1px solid $lighter_gray;
}
}
h3 {
@@ -72,15 +72,15 @@
padding: 0 30px;
.attachmentsArea {
- border-top: 1px solid #DDD;
+ border-top: 1px solid $lighter_gray;
padding: 10px 0 0;
li {
position: relative;
display: block;
- border: 1px solid #D9D9D9;
+ border: 1px solid $border_light_grey;
border-radius: 2px;
- background-color: #F5F5F5;
+ background-color: $background_light_grey;
margin-bottom: 8px;
a {
@@ -110,7 +110,7 @@
float: right;
padding-right: 5px;
padding-top: 7px;
- color: #999;
+ color: $medium_light_grey;
}
}
}
@@ -124,7 +124,7 @@
display: inline-block;
display: inline;
line-height: 2em;
- border: 1px solid #DDD;
+ border: 1px solid $lighter_gray;
&#reply-button-top {
@include border-right-radius(0);
padding: 0 20px;
@@ -145,8 +145,8 @@
text-align: left;
display: block;
position: absolute;
- background: #FFF;
- border: 1px solid #DDD;
+ background: $white;
+ border: 1px solid $lighter_gray;
right: 0;
top: 40px;
z-index: 10;