mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
37 lines
493 B
SCSS
37 lines
493 B
SCSS
strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.no-margin-bottom {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.margin-bottom {
|
|
margin-bottom: 20px !important;
|
|
}
|
|
|
|
.padding-top {
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.error-text {
|
|
color: $error-text-colour;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|