Use prettier for SCSS (#3895)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / messageUserConsent.scss
index 8413d5a3e21684c5a5e82d21ca2d9f2e582d86d9..1e72d62214bb78f190543f03d9380eca2de20b1c 100644 (file)
@@ -1,11 +1,11 @@
 .messageUserConsent {
        background-color: $wcfContentBackground;
        border-radius: 2px;
-       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);
        margin: 10px 0;
        max-width: 600px;
        padding: 20px;
-       
+
        @include screen-sm-down {
                padding: 10px;
        }