mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 22:30:41 +01:00
20 lines
No EOL
302 B
CSS
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;
|
|
} |