shopping-list/style/helper.css

38 lines
612 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-28 12:04:14 +02:00
background-color: transparent;
border-color: transparent;
box-shadow: none;
2019-05-26 18:58:08 +02:00
}
2019-05-28 15:55:00 +02:00
.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);
}
2019-05-24 11:11:11 +02:00
.nav-link-font {
font-size: 16px !important;
}
.recipe-card-body iframe{
height: unset !important;
width: unset !important;
2019-05-19 18:37:00 +02:00
}