Use prettier for SCSS (#3895)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / bootstrap / mixin / input.scss
index 378d1800726100da77f3d5b5ddb2a5ff7b3f8721..9c2e57b1ac9b70bb2b156feca3b1fe1043010e24 100644 (file)
@@ -6,26 +6,26 @@
        font-weight: 400;
        outline: none;
        padding: 4px 8px;
-       
+
        // input elements do not inherit font family, size and line-height from body
        font-family: $wcfFontFamily;
        @include wcfFontDefault;
        @include wcfLineHeight;
-       
+
        &:focus,
        &:hover {
                background-color: $wcfInputBackgroundActive;
                border-color: $wcfInputBorderActive;
                color: $wcfInputTextActive;
        }
-       
+
        &[disabled],
        &.disabled {
                background-color: $wcfInputDisabledBackground !important;
                border-color: $wcfInputDisabledBorder !important;
                color: $wcfInputDisabledText !important;
        }
-       
+
        &[readonly] {
                color: $wcfInputDisabledText !important;
        }