Use prettier for SCSS (#3895)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / bbcode / spoiler.scss
index 3cff791f03c6d79e458447d0c0cabbfcab72bced..9da08d23c2bf8d08a66e90c4b1137cf4f3396a6e 100644 (file)
@@ -1,19 +1,19 @@
 .redactor-layer woltlab-spoiler {
        background-color: $wcfContentBackground;
-       box-shadow: 0 0 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
+       box-shadow: 0 0 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        border-radius: 2px;
        display: block;
        margin: 1em 0;
        padding: 10px 20px;
        position: relative;
-       
+
        &:not(.redactorCalcHeight)::before {
                color: $wcfContentLink;
                content: attr(data-title);
                cursor: pointer;
                display: block;
                margin-bottom: 20px;
-               
+
                @include wcfFontHeadline;
        }
 }
 .spoilerBox {
        clear: both;
        margin: 1em 0;
-       
+
        > .spoilerBoxContent {
                background-color: $wcfContentBackground;
-               box-shadow: 0 0 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
+               box-shadow: 0 0 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
                padding: 10px 20px;
                margin-top: 10px;
-               
+
                > p:first-child {
                        margin-top: 0;
                }
-               
+
                > p:last-child {
                        margin-bottom: 0;
                }