1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 07:39:43 +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

@ -10,8 +10,8 @@
margin: 0;
padding: 5px 15px;
background-color: $color-white;
color: $color-primary;
border: 1px solid $color-border;
color: $theme-500;
border: 1px solid map-get($gray-shades, 300);
font-weight: 500;
font-size: 1.1rem;
text-align: center;
@ -30,7 +30,7 @@
}
&:hover {
background-color: $color-primary-light;
background-color: $theme-100;
}
}
@ -48,7 +48,7 @@
}
> .selected {
background-color: $color-primary-light;
background-color: $theme-100;
font-weight: 700;
}
}