1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

Implement new refactored color scheme

This commit is contained in:
Harvey Kandola 2018-12-04 17:26:57 +00:00
parent da0861b3fd
commit d7a46ceee6
70 changed files with 934 additions and 521 deletions

View file

@ -1,6 +1,6 @@
footer {
background-color: $color-primary-light;
color: $color-gray;
background-color: $theme-100;
color: map-get($gray-shades, 600);
font-weight: 500;
font-size: 1rem;
padding: 5px 2rem;
@ -12,7 +12,7 @@ footer {
a, a:visited {
@include ease-in();
color: $color-gray;
color: map-get($gray-shades, 600);
text-decoration: none;
&:hover {
@ -33,7 +33,7 @@ footer {
}
> .progress-done {
background-color: $color-green;
background-color: map-get($green-shades, 600);
color: $color-white;
text-align: center;
font-size: 1rem;
@ -45,7 +45,7 @@ footer {
> .progress-notification {
display: inline-block;
font-size: 1rem;
color: $color-green;
color: map-get($green-shades, 600);
font-weight: 500;
}
}