Files
openfoodnetwork/app/assets/stylesheets/admin/typography.css.scss
2018-07-18 22:56:10 +01:00

19 lines
194 B
SCSS

.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;
}