From bcf33e99e9a42a5b51ea681e0eddd7b162f93e43 Mon Sep 17 00:00:00 2001 From: Sebastien Marinier Date: Mon, 19 Aug 2024 12:25:09 +0200 Subject: [PATCH] style: respect tabs use 2 spaces --- ts/Manager/App.scss | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/ts/Manager/App.scss b/ts/Manager/App.scss index e1f19ce..09ec746 100644 --- a/ts/Manager/App.scss +++ b/ts/Manager/App.scss @@ -162,21 +162,21 @@ pre { width: 44px; white-space: nowrap; - input[type="checkbox"]{ + input[type="checkbox"]{ - &+label:before { - border-radius: 3px; - border-width: 2px; - } + &+label:before { + border-radius: 3px; + border-width: 2px; + } - &:disabled+label:before { - opacity: .5; - } + &:disabled+label:before { + opacity: .5; + } - &:not(input:checked):disabled+label:before { - background-color: transparent !important; - } - } + &:not(input:checked):disabled+label:before { + background-color: transparent !important; + } + } } th {