haikal/staticfiles/scss/theme/_browser-support.scss
2025-02-18 08:29:08 +00:00

20 lines
439 B
SCSS

/* -------------------------------------------------------------------------- */
/* Browser Fixing */
/* -------------------------------------------------------------------------- */
// Firefox fixed
.firefox {
.dropcap:first-letter {
margin-top: 0.175em;
}
.card-notification {
min-height: 19rem;
}
}
.chrome {
.btn-close {
background-clip: unset;
}
}