Use prettier for SCSS (#3895)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / like.scss
index e6e1f09dfbbfa9c9c2fa6659acd819047fde39d4..e24fd2e73c293bfef93610b7412d03fad062e90d 100644 (file)
@@ -2,7 +2,7 @@
        color: $wcfContentDimmedText;
        cursor: pointer;
        flex: 0 0 auto;
-       
+
        > .icon {
                color: $wcfContentDimmedText;
                margin-right: 5px;
 
 .wcfLikeCounter {
        color: $wcfContentDimmedText;
-       
+
        .icon {
                color: inherit !important;
        }
-       
+
        &.likeCounterLiked {
                color: #060 !important;
        }
@@ -28,4 +28,4 @@ html.touch .wcfLikeButton > .button:not(.active):hover,
 html.touch .wcfDislikeButton > .button:not(.active):hover {
        background-color: $wcfButtonBackground !important;
        color: $wcfButtonText !important;
-}
\ No newline at end of file
+}