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

@ -9,6 +9,21 @@
.content-linker-modal-container {
height: 500px;
overflow-y: auto;
padding: 20px;
> p {
color: map-get($gray-shades, 800);
font-size: 1.1rem;
font-weight: 400;
margin: 1.5rem 0 0.7rem 0;
}
> .nothing {
color: map-get($red-shades, 700);
font-size: 1.1rem;
font-weight: 400;
margin: 0;
}
.dicon {
margin-right: 5px;