Use prettier for SCSS (#3895)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / breadcrumb.scss
index 82810acd68ac2a87b8705270e5cc3ee911c4781d..6e44ca451eeba3cb844ed894bc76d544fb661dc2 100644 (file)
@@ -1,33 +1,33 @@
 .breadcrumbs {
        flex: 1;
-       
+
        > ol {
                display: flex;
                flex-wrap: wrap;
-               
+
                > li {
                        flex: 0 0 auto;
                        max-width: 100%;
-                       
+
                        @include wcfFontSmall;
-                       
+
                        &:not(:last-child) {
                                margin-right: 10px;
-                               
+
                                &:after {
                                        color: $wcfNavigationText;
                                        content: "/";
                                }
-                               
+
                                > a {
                                        margin-right: 10px;
                                }
                        }
-                       
+
                        > a {
                                color: $wcfNavigationLink;
                                text-decoration: none;
-                               
+
                                &:hover {
                                        color: $wcfNavigationLinkActive;
                                        text-decoration: underline;
@@ -35,4 +35,4 @@
                        }
                }
        }
-}
\ No newline at end of file
+}