mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
style fixes
This commit is contained in:
parent
7f02b9436b
commit
4e30ed9693
@ -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;
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
// Override built-in variables/add new variables.
|
||||
$green: #47e5bc;
|
||||
$orange: #f9a620;
|
||||
$yellow: #ffd449;
|
||||
// $yellow: #ffd449;
|
||||
$red: #ff5964;
|
||||
$alt: #13293d;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user