From b6f4d7a6a07fb29d776aa4d75751d50aa642ca71 Mon Sep 17 00:00:00 2001 From: Johanna England Date: Fri, 15 Nov 2024 13:29:46 +0100 Subject: [PATCH] Remove unused css classes checkboxinput/input-align --- python/nav/web/sass/nav/custom.scss | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/python/nav/web/sass/nav/custom.scss b/python/nav/web/sass/nav/custom.scss index 50113d5a6b..da7a3c6d8d 100644 --- a/python/nav/web/sass/nav/custom.scss +++ b/python/nav/web/sass/nav/custom.scss @@ -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;