mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 22:30:41 +01:00
38 lines
No EOL
612 B
CSS
38 lines
No EOL
612 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;
|
|
}
|
|
|
|
.save-list-row-changes {
|
|
color: var(--light);
|
|
}
|
|
.save-list-row-changes:hover {
|
|
color: var(--success);
|
|
}
|
|
.del-list-row-changes {
|
|
color: var(--light);
|
|
}
|
|
.del-list-row-changes:hover {
|
|
color: var(--danger);
|
|
}
|
|
|
|
.nav-link-font {
|
|
font-size: 16px !important;
|
|
}
|
|
|
|
.recipe-card-body iframe{
|
|
height: unset !important;
|
|
width: unset !important;
|
|
} |