style fixes

This commit is contained in:
checktheroads 2021-03-14 17:31:55 -07:00
parent 7f02b9436b
commit 4e30ed9693
2 changed files with 24 additions and 1 deletions

View File

@ -280,6 +280,17 @@ div#content-title {
display: flex;
flex-direction: column;
flex: 1 0 auto;
h1 {
&:hover {
text-decoration: underline;
text-decoration-thickness: 1px;
}
> a {
text-decoration: none;
color: $body-color;
}
}
}
div.paginator > form > div.input-group {
@ -328,3 +339,15 @@ label.required {
position: absolute;
}
}
div.bulk-buttons {
display: flex;
& > * {
margin: $spacer / 4;
}
}
i.bi-plus:before,
span.bi-plus:before {
font-weight: $font-weight-bold !important;
}

View File

@ -3,7 +3,7 @@
// Override built-in variables/add new variables.
$green: #47e5bc;
$orange: #f9a620;
$yellow: #ffd449;
// $yellow: #ffd449;
$red: #ff5964;
$alt: #13293d;