shopping-list/style/helper.css

17 lines
214 B
CSS
Raw Normal View History

2019-05-19 18:37:00 +02:00
.toast {
right: 0;
left: unset !important;
2019-05-23 09:02:51 +02:00
pointer-events: none;
2019-05-23 08:58:48 +02:00
}
.list-row {
transition: .5s;
2019-05-24 11:11:11 +02:00
}
2019-05-26 18:58:08 +02:00
.dropdown-menu-button {
transition: .5s;
}
2019-05-24 11:11:11 +02:00
.nav-link-font {
font-size: 16px !important;
2019-05-19 18:37:00 +02:00
}