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

Bring new UX to each admin view

This commit is contained in:
Harvey Kandola 2018-12-14 11:52:31 +00:00
parent ff1d737c68
commit edb256e754
26 changed files with 357 additions and 324 deletions

View file

@ -10,9 +10,9 @@
@include border-radius(3px);
margin: 0 0 15px 0;
padding: 10px 15px;
color: map-get($gray-shades, 600);
color: map-get($gray-shades, 700);
background-color: map-get($gray-shades, 100);
border: 1px solid map-get($gray-shades, 600);
border: 1px solid map-get($gray-shades, 200);
cursor: pointer;
position: relative;
list-style-type: none;
@ -20,13 +20,12 @@
&:hover {
> .text-header, > .text {
color: $color-black-light-1;
color: map-get($gray-shades, 800);
}
}
> .text-header {
@include ease-in();
color: map-get($gray-shades, 600);
font-size: 1.3rem;
font-weight: 600;
margin-bottom: 5px;
@ -38,9 +37,8 @@
> .text {
@include ease-in();
color: map-get($gray-shades, 600);
font-size: 1rem;
font-weight: 500;
font-weight: 400;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@ -51,7 +49,7 @@
position: absolute;
top: 10px;
right: 10px;
color: map-get($green-shades, 600);
color: map-get($yellow-shades, 800);
font-weight: 700;
font-size: 1.3rem;
}
@ -59,11 +57,11 @@
> .selected {
> .text-header, > .text {
color: $color-black-light-1;
color: map-get($yellow-shades, 800) !important;
}
background-color: map-get($yellow-shades, 700) !important;
border: 1px solid map-get($yellow-shades, 700) !important;
background-color: map-get($yellow-shades, 100) !important;
border: 1px solid map-get($yellow-shades, 300) !important;
}
}
}