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
  • Loading branch information
sukhwinder33445 committed Mar 28, 2024
1 parent 4428d78 commit 170a51c
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions public/css/module.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,33 +12,29 @@ a:focus {
align-items: center;
font-size: 1.3em;
color: @icinga-blue;
flex-wrap: wrap;
white-space: nowrap;

& > * {
margin: 0 1em 0.5em 0.25em;
}

> 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 170a51c

Please sign in to comment.