20 lines
439 B
SCSS
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;
|
|
}
|
|
}
|