Skip to content

Commit

Permalink
Merge pull request Uninett#3208 from Uninett/cleanup/remove-unused-cs…
Browse files Browse the repository at this point in the history
…s-classes

Remove unused css classes `checkboxinput`/`input-align`
  • Loading branch information
johannaengland authored Nov 19, 2024
2 parents c4199d2 + b6f4d7a commit 7402592
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions python/nav/web/sass/nav/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -331,17 +331,6 @@ form label .fa {
line-height: 1.5em;
}


/* This will align the label from crispy forms to the right of the checkbox */
.checkboxinput + label {
display: inline-block;
}

/* This will try to center the checkbox vertically when adjacent to input fields */
.checkboxinput.input-align {
margin: 1.5em 0.2em 1.5em 0.2em;
}

/* Limit the vertical size of an element and display a scroll-bar instead */
.limit-size {
max-height: 200px;
Expand Down

0 comments on commit 7402592

Please sign in to comment.