Use prettier for SCSS (#3895)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / label.scss
index 954223b84d5a7bb97bf2a61c786a4328430b4134..6ea245b1c23ec06607aa2b9f03f00f77a6be6b5f 100644 (file)
@@ -2,9 +2,9 @@
 /* label list */
 .labelList {
        @include inlineList;
-       
+
        display: inline-flex;
-       
+
        > li {
                &:not(:first-child) {
                        .label {
                                border-bottom-left-radius: 0;
                        }
                }
-               
+
                &:not(:last-child) {
                        margin-right: 1px;
-                       
+
                        .label {
                                border-top-right-radius: 0;
                                border-bottom-right-radius: 0;
                        }
                }
-               
+
                .label {
                        top: -1px;
                }
 #labelList > li {
        flex-basis: 30%;
        margin-bottom: 10px;
-       
+
        &.labelCustomClass {
                display: flex;
-               
-               > input[type='radio'] {
+
+               > input[type="radio"] {
                        flex: 0 0 auto;
                        margin-right: 7px;
                }
-               
+
                > span {
                        flex: 1 1 auto;
                }
@@ -49,4 +49,4 @@
 
 .labelChooser > .dropdownToggle > span {
        cursor: pointer;
-}
\ No newline at end of file
+}