Skip to content

Commit

Permalink
module.less: Fix align of action-bar and sort control
Browse files Browse the repository at this point in the history
Use regular font-size (1em) for action-bar
  • Loading branch information
sukhwinder33445 committed Apr 19, 2024
1 parent 4428d78 commit 7418a72
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions public/css/module.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,35 +10,31 @@ a:focus {
float: left;
display: flex;
align-items: center;
font-size: 1.3em;
color: @icinga-blue;
flex-wrap: wrap;
white-space: nowrap;
margin-bottom: 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;

&:active, &:focus {
text-decoration: none;
}

&:last-child {
margin-left: auto;
}
}
}

> div.view-toggle {
margin-right: 1em;

span {
color: @gray;
margin-right: .5em;
Expand Down Expand Up @@ -78,7 +74,7 @@ a:focus {
}

.controls {
&.sort-control,
.sort-control,
&.want-fullscreen > a {
float: right;
}
Expand Down

0 comments on commit 7418a72

Please sign in to comment.