Commit 9420297d authored by XhmikosR's avatar XhmikosR

SCSS lint fixes.

[ci skip]
parent b11034d7
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
.file input { .file input {
min-width: 14rem; min-width: 14rem;
margin: 0; margin: 0;
filter: alpha(opacity=0); filter: alpha(opacity = 0);
opacity: 0; opacity: 0;
} }
.file-custom { .file-custom {
......
...@@ -179,7 +179,7 @@ $hr-border-width: $border-width !default; ...@@ -179,7 +179,7 @@ $hr-border-width: $border-width !default;
// //
// Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start). // Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
$line-height-lg: (4/3) !default; $line-height-lg: (4 / 3) !default;
$line-height-sm: 1.5 !default; $line-height-sm: 1.5 !default;
$border-radius: .25rem !default; $border-radius: .25rem !default;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment