Fix SCSS code style
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 20 Sep 2021 16:50:03 +0000 (18:50 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 20 Sep 2021 16:50:03 +0000 (18:50 +0200)
wcfsetup/install/files/style/layout/pageHeader.scss

index 8bbfc33c6653e254ec175b1a63f1a2badcc3cacd..5d15417886d8c7df1e49172eb2b87a7d01873bb7 100644 (file)
        }
 
        .mainMenuShowPrevious {
-               background: linear-gradient(to left, transparentize($wcfHeaderMenuBackground, 1) 0%, $wcfHeaderMenuBackground 75%);
+               background: linear-gradient(
+                       to left,
+                       transparentize($wcfHeaderMenuBackground, 1) 0%,
+                       $wcfHeaderMenuBackground 75%
+               );
                left: 0;
        }
 
        .mainMenuShowNext {
-               background: linear-gradient(to right, transparentize($wcfHeaderMenuBackground, 1) 0%, $wcfHeaderMenuBackground 75%);
+               background: linear-gradient(
+                       to right,
+                       transparentize($wcfHeaderMenuBackground, 1) 0%,
+                       $wcfHeaderMenuBackground 75%
+               );
                justify-content: flex-end;
                right: 0;
        }