fix: remove display none class
This commit is contained in:
parent
6fc0a7e5f4
commit
66febd024a
1 changed files with 4 additions and 1 deletions
|
|
@ -217,11 +217,14 @@ h5.modal-title {
|
|||
|
||||
.btn-xs {
|
||||
@extend .btn-sm;
|
||||
|
||||
}
|
||||
|
||||
.hidden-xs {
|
||||
@extend .d-block;
|
||||
@extend .d-sm-none;
|
||||
@include media-breakpoint-between(xs, sm) {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.visible-xs {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue