mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-07 14:40:57 +00:00
Missing ;
This commit is contained in:
parent
5c12d5e469
commit
c0a8a70d59
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@
|
|||
user-select: none;
|
||||
background-color: $custom-file-bg;
|
||||
border: $custom-file-border-width solid $custom-file-border-color;
|
||||
@include border-radius($custom-file-border-radius)
|
||||
@include border-radius($custom-file-border-radius);
|
||||
@include box-shadow($custom-file-box-shadow);
|
||||
|
||||
&::after {
|
||||
|
|
|
|||
Loading…
Reference in a new issue