mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-24 06:40:01 +01:00
15 lines
195 B
CSS
15 lines
195 B
CSS
|
#nameField {
|
||
|
min-width: calc(100% - 67px);
|
||
|
}
|
||
|
#add {
|
||
|
width: 40px;
|
||
|
}
|
||
|
.toast {
|
||
|
right: 0;
|
||
|
left: unset !important;
|
||
|
pointer-events: none
|
||
|
}
|
||
|
|
||
|
.close_toast {
|
||
|
pointer-events: all;
|
||
|
}
|