tubesync/app/common/static/styles/_helpers.scss

33 lines
445 B
SCSS
Raw Normal View History

2020-11-26 03:03:55 +00:00
strong {
font-weight: bold;
}
.nowrap {
white-space: nowrap;
}
.no-margin-bottom {
margin-bottom: 0 !important;
}
2020-11-28 03:41:17 +00:00
.margin-bottom {
margin-bottom: 20px !important;
}
2020-11-28 05:58:23 +00:00
.padding-top {
padding-top: 20px;
}
2020-11-26 03:03:55 +00:00
.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;
}
}