mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-08 21:24:57 -05:00
[web] Improve CSS classes
This commit is contained in:
@@ -28,7 +28,9 @@ button.navbar-item {
|
|||||||
var(--bulma-navbar-item-background-a)
|
var(--bulma-navbar-item-background-a)
|
||||||
);
|
);
|
||||||
&:hover {
|
&:hover {
|
||||||
--bulma-navbar-item-background-l-delta: var(--bulma-navbar-item-hover-background-l-delta);
|
--bulma-navbar-item-background-l-delta: var(
|
||||||
|
--bulma-navbar-item-hover-background-l-delta
|
||||||
|
);
|
||||||
--bulma-navbar-item-background-a: 1;
|
--bulma-navbar-item-background-a: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -50,20 +52,6 @@ button.navbar-item {
|
|||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttons {
|
|
||||||
@include mixins.mobile {
|
|
||||||
&.is-centered-mobile {
|
|
||||||
justify-content: center;
|
|
||||||
&:not(.has-addons) {
|
|
||||||
.button {
|
|
||||||
margin-left: 0.25rem;
|
|
||||||
margin-right: 0.25rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-background {
|
.modal-background {
|
||||||
background-color: rgba(10, 10, 10, 0.5);
|
background-color: rgba(10, 10, 10, 0.5);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user