1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 23:59:47 +02:00

Remove Boostrap Grid

Replaced with CSS Grid layout.
This commit is contained in:
Harvey Kandola 2018-12-21 11:46:51 +00:00
parent 61c648a7ac
commit 60d2ef57bb
12 changed files with 252 additions and 308 deletions

View file

@ -8,9 +8,8 @@
display: inline-block;
margin: 0;
padding: 5px 15px;
background-color: $color-white;
color: $theme-500;
border: 1px solid map-get($gray-shades, 300);
background-color: map-get($gray-shades, 100);
border: 1px solid map-get($gray-shades, 200);
font-weight: 500;
font-size: 1.1rem;
text-align: center;
@ -29,7 +28,7 @@
}
&:hover {
background-color: $theme-100;
background-color: map-get($gray-shades, 200);
}
}
@ -47,8 +46,9 @@
}
> .selected {
background-color: $theme-100;
font-weight: 700;
color: map-get($yellow-shades, 700);
background-color: map-get($yellow-shades, 100);
font-weight: 500;
}
}