mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
21 lines
216 B
SCSS
21 lines
216 B
SCSS
@import "variables";
|
|
|
|
.text-normal {
|
|
font-size: 1.0rem;
|
|
font-weight: 300;
|
|
}
|
|
|
|
.text-big {
|
|
font-size: 1.2rem;
|
|
font-weight: 300;
|
|
}
|
|
|
|
.text-red {
|
|
color: $warning-red;
|
|
}
|
|
|
|
|
|
input.text-big {
|
|
font-size: 1.1rem;
|
|
}
|