mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
69 lines
1.2 KiB
SCSS
69 lines
1.2 KiB
SCSS
form.order_cycle {
|
|
margin-bottom: 5em;
|
|
}
|
|
|
|
#schedule-dialog {
|
|
table {
|
|
border: none;
|
|
|
|
tr {
|
|
&:hover {
|
|
td {
|
|
background: none;
|
|
}
|
|
}
|
|
|
|
td {
|
|
border: none;
|
|
}
|
|
|
|
#add-remove-buttons {
|
|
width: 10%;
|
|
height: 200px;
|
|
max-height: 300px;
|
|
|
|
a.button {
|
|
display: block;
|
|
width: 100%;
|
|
margin-bottom: 10px;
|
|
color: #ffffff;
|
|
font-size: 1em;
|
|
}
|
|
}
|
|
#available-order-cycles,
|
|
#selected-order-cycles {
|
|
text-align: left;
|
|
width: 40%;
|
|
height: 200px;
|
|
max-height: 300px;
|
|
|
|
.order-cycles {
|
|
display: block;
|
|
border: 1px solid #dddddd;
|
|
height: 100%;
|
|
width: 100%;
|
|
overflow-x: hidden;
|
|
overflow-y: scroll;
|
|
|
|
.order-cycle {
|
|
padding: 8px 5px;
|
|
cursor: pointer;
|
|
|
|
&.selected {
|
|
background-color: #b9d1e9;
|
|
}
|
|
|
|
&:hover {
|
|
background-color: $pale-blue;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#linked-order-warning-modal .reveal-modal {
|
|
width: 28rem;
|
|
}
|