shopping-list/style/helper.css
2019-05-28 12:04:14 +02:00

20 lines
No EOL
302 B
CSS

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