29 lines
404 B
SCSS
29 lines
404 B
SCSS
strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.no-margin-bottom {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.margin-bottom {
|
|
margin-bottom: 20px !important;
|
|
}
|
|
|
|
.errors {
|
|
background-color: $box-error-background-colour;
|
|
border-radius: 2px;
|
|
padding: 10px 0 5px 0;
|
|
}
|
|
|
|
.errorlist {
|
|
li {
|
|
color: $box-error-text-colour;
|
|
padding: 0 10px 5px 10px;
|
|
}
|
|
}
|