mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 06:50:24 +00:00
SCSS lint fixes.
[ci skip]
This commit is contained in:
parent
b11034d780
commit
9420297dc2
2 changed files with 2 additions and 2 deletions
|
|
@ -180,7 +180,7 @@
|
|||
.file input {
|
||||
min-width: 14rem;
|
||||
margin: 0;
|
||||
filter: alpha(opacity=0);
|
||||
filter: alpha(opacity = 0);
|
||||
opacity: 0;
|
||||
}
|
||||
.file-custom {
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
||||
$line-height-lg: (4/3) !default;
|
||||
$line-height-lg: (4 / 3) !default;
|
||||
$line-height-sm: 1.5 !default;
|
||||
|
||||
$border-radius: .25rem !default;
|
||||
|
|
|
|||
Loading…
Reference in a new issue