fix: remove display none class

This commit is contained in:
Summayya 2021-12-13 12:45:23 +05:30
parent 6fc0a7e5f4
commit 66febd024a

View file

@ -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 {