module.less: Fix align of action-bar and sort control

Use regular font-size (1em) for action-bar
This commit is contained in:
Sukhwinder Dhillon 2024-03-26 10:58:42 +01:00 committed by Johannes Meyer
parent 3fa0983c58
commit 77d5af43de

View file

@ -10,18 +10,19 @@ a:focus {
float: left;
display: flex;
align-items: center;
font-size: 1.3em;
color: @icinga-blue;
margin-bottom: 0.5em;
margin-right: 0.5em;
& > *:not(:last-child) {
margin-right: 1em;
}
> a {
&:hover::before {
text-decoration: none;
}
&:not(:last-child) {
margin-right: 1em;
}
&.button-link {
color: @text-color-on-icinga-blue;
background: @icinga-blue;
@ -29,16 +30,10 @@ a:focus {
&:active, &:focus {
text-decoration: none;
}
&:last-child {
margin-left: auto;
}
}
}
> div.view-toggle {
margin-right: 1em;
span {
color: @gray;
margin-right: .5em;
@ -78,7 +73,7 @@ a:focus {
}
.controls {
&.sort-control,
.sort-control,
&.want-fullscreen > a {
float: right;
}