drawer added

This commit is contained in:
Kaibu
2021-09-13 22:14:15 +02:00
parent 0c3dcf143f
commit 9ace332ba5
2 changed files with 105 additions and 36 deletions

View File

@@ -1126,4 +1126,17 @@
.btn-apple .badge {
color: #000;
background-color: #fff;
}
}
@media (min-width: 992px) {
.dropdown-menu-center {
right: auto;
left: 50%;
-webkit-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.dropdown-menu-center-large {
min-width: 22rem;
}
}