SCSS colors in share.scss

Signed-off-by: Julius Haertl <jus@bitgrid.net>
This commit is contained in:
Julius Haertl 2017-02-19 19:50:21 +01:00 committed by Julius Härtl
parent 78d1e7685f
commit 29028927d1
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 5 additions and 5 deletions

View File

@ -56,9 +56,9 @@
margin-right: 0;
}
.error {
color: #e9322d;
border-color: #e9322d;
box-shadow: 0 0 6px #f8b9b7;
color: $color-error;
border-color: $color-error;
box-shadow: 0 0 6px rgba($color-error, 0.35);
}
.mailView .icon-mail {
opacity: 0.5;
@ -144,7 +144,7 @@ a {
}
#link {
border-top: 1px solid #ddd;
border-top: 1px solid $color-main-old-dddddd;
padding-top: 8px;
#showPassword img {
padding-left: 5px;
@ -182,5 +182,5 @@ a {
.notCreatable {
padding-left: 12px;
padding-top: 12px;
color: #999;
color: rgba($color-main-text, .4);
}