Enhancement: compactify dates dropdown (#7759)

This commit is contained in:
shamoon
2024-09-23 10:30:13 -07:00
committed by GitHub
parent 870d6ee782
commit 1b7cacc877
3 changed files with 73 additions and 66 deletions

View File

@@ -5,6 +5,12 @@
--bs-dropdown-min-width: 40rem;
}
@media screen and (max-width: 767px) {
.border-end {
border: none !important;
}
}
.btn-link {
line-height: 1;
}
@@ -14,3 +20,24 @@
min-width: 1em;
min-height: 1em;
}
.input-group-sm {
.form-control {
font-size: 0.875rem;
}
}
.focus-variants {
.variant-focused {
display: none;
}
&:hover, &:focus {
.variant-unfocused {
display: none;
}
.variant-focused {
display: block;
}
}
}