1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 05:25:27 +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

@ -179,12 +179,15 @@
margin: 10px 0;
> .group-name {
display: inline-block;
color: map-get($gray-shades, 800);
font-size: 1rem;
font-weight: 500;
> .group-purpose {
color: map-get($gray-shades, 700);
font-size: 0.9rem;
font-weight: 400;
}
}
}