Files
openfoodnetwork/app/assets/stylesheets/admin/typography.css.scss
2016-04-01 19:48:25 +11:00

19 lines
189 B
SCSS

.text-normal {
font-size: 1.0rem;
font-weight: 300;
}
.text-big {
font-size: 1.2rem;
font-weight: 300;
}
.text-red {
color: #DA5354;
}
input.text-big {
font-size: 1.1rem;
}