Use prettier for SCSS (#3895)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / embeddedContent.scss
index 2b8dc8c4b61099f0c10a7b867824f94dfa657200..ab9bf56cd3e3e8647e36d587834d801e7bee5341 100644 (file)
 .embeddedContentCategory {
        color: $wcfContentDimmedText;
        text-transform: uppercase;
-       
+
        @include wcfFontSmall;
 }
 
 .embeddedContentTitle {
        color: $wcfContentHeadlineText;
        margin-bottom: 20px;
-       
+
        @include wcfFontHeadline;
        @include wcfFontBold;
 }
@@ -47,7 +47,7 @@
        color: $wcfContentDimmedText;
        display: flex;
        padding: 10px;
-       
+
        @include wcfFontSmall;
 }
 
 
 .embeddedContentMetaAuthor {
        color: $wcfContentText;
-       
+
        > a {
                color: inherit;
-               
+
                &:hover {
                        text-decoration: underline;
                }