refonte des variables, première couche

This commit is contained in:
Raphael Goetter 2017-10-17 17:06:15 +02:00
parent 1a05e71249
commit d23ef90a0c
9 changed files with 100 additions and 187 deletions

View file

@ -32,11 +32,11 @@
// badge state variants
.badge {
&--small {
font-size: $base-font-size - 0.4rem;
font-size: $font-size-base - 0.4rem;
}
&--big {
font-size: $base-font-size + 0.4rem;
font-size: $font-size-base + 0.4rem;
}
&.disabled,