1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-09 07:25:23 +02:00

UX color tweaks

This commit is contained in:
Harvey Kandola 2016-07-02 15:02:05 -07:00
parent a91dd2908b
commit 1212bdb5e7
2 changed files with 4 additions and 4 deletions

View file

@ -18,6 +18,7 @@ $color-red: #d04134;
$color-green: #4caf50;
$color-blue: #115a97;
$color-gray: #8b9096;
$color-goldy: #cc9933;
$color-header: #f3f5f8;
$color-link: #4caf50;
@ -29,14 +30,13 @@ $color-stroke: #e1e1e1;
$color-tooltip: #a1a1a1;
$color-toast: #4c4c4c;
$color-checkbox: #115a97;
$color-card-active: #f7fcff;
$color-chip: #98A2AB;
$color-chip: #dff0f9;
$color-chip-border: #daeaf3;
$color-chip-text: #1b88e3;
$color-card-active: #f7fcff;
.background-color-white {
background-color: $color-white;
}

View file

@ -52,14 +52,14 @@
.preview {
font-size: 0.7rem;
color: #cc9933;
color: $color-goldy;
display: inline-block;
margin-left: 10px;
}
}
> .desc {
color: $color-stroke;
color: $color-gray;
font-size: 0.8rem;
margin-top: 5px;
max-width: 300px;