Use relative CSS units (#484)

This commit is contained in:
Guillermo Peralta Scura 2020-01-20 19:59:00 -03:00 committed by Christopher Chedeau
parent 183a62627c
commit 1a03a29025
8 changed files with 37 additions and 36 deletions

View file

@ -3,5 +3,5 @@
--bg-color-main: #fff;
--shadow-island: 0 1px 5px rgba(0, 0, 0, 0.15);
--border-radius-m: 4px;
--space-factor: 4px;
--space-factor: 0.25rem;
}