mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
14 lines
270 B
CSS
14 lines
270 B
CSS
/* TODO: remove this when we stop putting everything in a hero unit */
|
|
form .control-label {
|
|
font-size: large;
|
|
}
|
|
|
|
form .help-block {
|
|
font-size: small;
|
|
}
|
|
|
|
/* TODO: remove this customization once we use bootstrap3 */
|
|
.has-error span.help-block {
|
|
color: red;
|
|
}
|