Use prettier for SCSS (#3895)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / listStructured.scss
index b54bb3783d140edc596a274401d7d8e4f22727c4..eb5c6f0de65ea2ce27caa1d33bb654535ef39fa9 100644 (file)
@@ -2,28 +2,28 @@
 .structuredList {
        border: 1px solid rgb(79, 129, 189);
        border-width: 1px 0;
-       
+
        li {
                display: flex;
                padding: 10px 0;
-               
+
                &:not(:first-child) {
                        border-top: 1px solid rgb(238, 238, 238);
                }
-               
+
                &:hover {
-                       background-color: $wcfTabularBoxBackgroundActive
+                       background-color: $wcfTabularBoxBackgroundActive;
                }
-               
+
                > span {
                        flex: 1 1 auto;
                }
-               
+
                > label {
                        cursor: pointer;
                        flex: 0 0 auto;
                }
-               
+
                > span,
                > label {
                        padding: 0 10px;