Use prettier for SCSS (#3895)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / pagination.scss
index a47e318d4f047d58b73f20eca4607b401064771e..ebe29b750a142d2c6580e705674fc71799a80429 100644 (file)
@@ -2,53 +2,53 @@
        @include screen-xs {
                text-align: center;
        }
-       
+
        > ul {
                display: inline-flex;
                flex-wrap: wrap;
-               
+
                > li {
                        display: flex;
                        flex: 0 0 auto;
-                       
+
                        > .invisible {
                                display: none;
                        }
-                       
+
                        > a,
                        > span {
                                color: $wcfContentText;
                                padding: 2px 8px 0;
                        }
-                       
+
                        &.disabled > span {
                                color: $wcfContentDimmedText;
                        }
-                       
+
                        &.active > a,
                        &.active > span,
                        > a:hover {
                                background-color: $wcfButtonBackgroundActive;
                                color: $wcfButtonTextActive;
                        }
-                       
+
                        > .icon {
                                height: auto;
                                line-height: inherit;
                                width: auto;
                        }
-                       
+
                        &:not(:last-child) {
                                margin-right: 1px;
                        }
-                       
+
                        &:not(.skip) {
                                > a,
                                > span {
                                        padding: 4px 8px;
                                }
                        }
-                       
+
                        &:first-child {
                                > a,
                                > span {
@@ -60,4 +60,4 @@
                        }
                }
        }
-}
\ No newline at end of file
+}