mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-24 06:40:01 +01:00
9 lines
No EOL
114 B
CSS
9 lines
No EOL
114 B
CSS
.toast {
|
|
right: 0;
|
|
left: unset !important;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.list-row {
|
|
transition: .5s;
|
|
} |