Remove dup css styles

This commit is contained in:
johnnyq 2025-02-11 17:25:36 -05:00
parent f0cc9412bb
commit 228a457518
1 changed files with 0 additions and 30 deletions

View File

@ -1,30 +0,0 @@
/*
For screens below 576px (xs):
- Make the button full-width, display:block
*/
@media (max-width: 575.98px) {
.btn-responsive {
display: block;
width: 100%;
}
}
/*
For screens 576px (sm) and above:
- Revert to an inline style
*/
@media (min-width: 576px) {
.btn-responsive {
display: inline-block;
width: auto;
}
}
.grab-cursor {
cursor: grab;
}
.grab-cursor:active {
cursor: grabbing;
}