shopping-list/style/helper.css
2019-05-26 18:58:08 +02:00

17 lines
No EOL
214 B
CSS

.toast {
right: 0;
left: unset !important;
pointer-events: none;
}
.list-row {
transition: .5s;
}
.dropdown-menu-button {
transition: .5s;
}
.nav-link-font {
font-size: 16px !important;
}