diff --git a/client/admin/admin.less b/client/admin/admin.less index 8a9016d9d..5029282c1 100644 --- a/client/admin/admin.less +++ b/client/admin/admin.less @@ -30,7 +30,6 @@ body { color : white; background-color : @red; i { margin-right : 30px; } - a { float : right; } } @@ -98,8 +97,8 @@ body { padding : 10px; tr { - border-bottom:1px solid; - &:last-of-type { border:none; } + border-bottom : 1px solid; + &:last-of-type { border : none; } &:nth-child(even) { background : #DDDDDD; } } @@ -118,7 +117,7 @@ body { } th { - font-weight:900; + font-weight : 900; &:nth-child(2) { background : #FFB3BA; } &:nth-child(3) { background : #FFDFBA; } &:nth-child(4) { background : #FFFFBA; } diff --git a/client/admin/brewUtils/brewUtils.less b/client/admin/brewUtils/brewUtils.less index 25e40a818..5bbbc3f69 100644 --- a/client/admin/brewUtils/brewUtils.less +++ b/client/admin/brewUtils/brewUtils.less @@ -6,28 +6,24 @@ background-color : @red; } } - .cleanButton { - display : inline-block; - width : 100%; - } + .cleanButton { + display : inline-block; + width : 100%; + } } .stats { position : relative; .pending { - position : absolute; - top : 0.5em; - left : 100px; - width : 100%; - height : 100%; + position : absolute; + top : 0.5em; + left : 100px; + width : 100%; + height : 100%; } - &:has(.pending) { - opacity:0.5; - } + &:has(.pending) { opacity : 0.5; } - dl { - grid-template-columns: 200px 250px; - } + dl { grid-template-columns : 200px 250px; } } \ No newline at end of file diff --git a/client/admin/notificationUtils/notificationAdd/notificationAdd.less b/client/admin/notificationUtils/notificationAdd/notificationAdd.less index 72862e956..9256b43cb 100644 --- a/client/admin/notificationUtils/notificationAdd/notificationAdd.less +++ b/client/admin/notificationUtils/notificationAdd/notificationAdd.less @@ -11,8 +11,7 @@ justify-items : stretch; width : 100%; margin-bottom : 20px; - - + input { height : 33px; padding : 0px 10px; diff --git a/client/admin/notificationUtils/notificationLookup/notificationLookup.less b/client/admin/notificationUtils/notificationLookup/notificationLookup.less index 25d29251d..830467368 100644 --- a/client/admin/notificationUtils/notificationLookup/notificationLookup.less +++ b/client/admin/notificationUtils/notificationLookup/notificationLookup.less @@ -1,8 +1,8 @@ - .notificationLookup { width : 450px; height : fit-content; + .noNotification { margin-block : 20px; } .notificationList { display : flex; flex-direction : column; @@ -30,8 +30,6 @@ font-size : 20px; font-weight : 900; } - } } - .noNotification { margin-block : 20px; } } \ No newline at end of file