haikal/static/scss/theme/_browser-support.scss
Marwan Alwali b6486bb657 update
2024-12-25 17:51:07 +03: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;
}
}