Use prettier for SCSS (#3895)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / layout / sidebar.scss
index 92bb8592d14208e785a42c78ead349a177d25a11..3c9577900d1630a09f49e4ecf3e28e03c5a7cf4f 100644 (file)
@@ -2,55 +2,55 @@
 .sidebar {
        fieldset {
                margin-top: 0;
-               
+
                > legend {
                        float: left;
                        width: 100%;
-                       
+
                        & + * {
                                clear: left;
                        }
                }
        }
-       
+
        .boxContainer {
                > div:not(.box),
                > fieldset,
                > section:not(.box) {
                        background-color: $wcfSidebarBackground;
-                       
+
                        @include screen-md-up {
                                padding: 20px;
                        }
-                       
+
                        @include screen-sm-down {
                                padding: 20px 10px;
                        }
-                       
+
                        &:not(:first-child) {
                                margin-top: 30px;
                        }
                }
-               
+
                section:not(.box) > h1,
                fieldset > legend {
                        color: $wcfSidebarHeadlineText;
                        border-bottom-width: 0;
                        margin-bottom: 15px;
                        padding: 0;
-                       
+
                        @include wcfFontHeadline;
-                       
+
                        > a {
                                color: $wcfSidebarHeadlineLink;
-                               
+
                                > .icon {
                                        color: $wcfSidebarHeadlineLink;
                                }
-                               
+
                                &:hover {
                                        color: $wcfSidebarHeadlineLinkActive;
-                                       
+
                                        > .icon {
                                                color: $wcfSidebarHeadlineLinkActive;
                                        }
                        }
                }
        }
-       
+
        .formSubmit:not(:first-child) {
                margin-top: 20px;
        }
-       
+
        .boxContainer {
                > div,
                > fieldset,
                        .boxContent {
                                @include clearfix;
                        }
-                       
+
                        .button.more {
                                float: right;
                                margin-top: 15px;
                        }
                }
        }
-       
+
        .boxTitle {
                .badge {
                        float: right;
                        top: 2px;
                }
        }
-       
+
        .sidebarItemList,
-       .sidebarBoxList { // deprecated
+       .sidebarBoxList {
+               // deprecated
                > li {
                        &:not(:last-child) {
                                margin-bottom: 10px;