Farmbot-Web-App/frontend/css/regimens.scss

91 lines
1.4 KiB
SCSS
Raw Normal View History

// Bulk Scheduler
.bulk-scheduler {
@media screen and (max-width: 768px) {
2019-04-09 19:45:59 -06:00
display: none;
margin-bottom: 3rem;
2019-04-09 19:45:59 -06:00
&.open {
&.inserting-item {
display: block;
}
}
}
.week-grid-meta-buttons {
margin-top: 1rem;
2018-12-03 14:36:43 -07:00
text-align: right;
button {
2018-12-03 14:36:43 -07:00
float: none;
margin-left: 1rem;
margin-bottom: 1rem;
}
}
@media screen and (max-width: 974px) {
margin-left: 15px;
margin-right: 15px;
}
2018-03-14 20:27:03 -06:00
.fa-clock-o {
margin-left: 0.75rem;
color: $dark_gray;
}
2018-03-26 18:04:13 -06:00
input {
background-color: $white !important;
}
}
2019-04-11 21:17:18 -06:00
.bulk-scheduler-content {
margin-top: 1rem;
}
// Regimen Editor
2017-06-29 12:54:02 -06:00
.regimen-day {
2017-07-03 15:05:29 -06:00
margin: 1.5rem 0;
margin-right: 10px;
2017-06-29 12:54:02 -06:00
}
.regimen-event {
2019-06-28 13:05:19 -06:00
position: relative;
2017-07-03 15:05:29 -06:00
background: $gray;
padding: 0.7rem;
border-radius: 3px;
2019-06-28 13:05:19 -06:00
min-height: 3.5rem;
2017-07-03 15:05:29 -06:00
margin-bottom: 1rem;
2017-06-29 12:54:02 -06:00
}
.regimen-event-title {
2017-07-03 15:05:29 -06:00
color: $dark_gray;
font-size: 1.2rem;
font-weight: bold;
text-transform: uppercase;
2017-06-29 12:54:02 -06:00
}
.regimen-event-time {
2017-07-03 15:05:29 -06:00
margin-left: 1.5rem;
2019-06-28 13:05:19 -06:00
margin-right: 1.5rem;
}
.regimen-event-variable {
display: inline-block;
margin-right: 1.5rem;
2017-06-29 12:54:02 -06:00
}
.regimen-control {
2019-06-28 13:05:19 -06:00
position: absolute;
top: 1rem;
right: 1rem;
2017-07-24 07:01:33 -06:00
}
.regimen-days-label {
margin-left: 50%;
margin-top: 2rem;
}
2019-04-09 19:45:59 -06:00
.open-bulk-scheduler-btn {
display: none;
@media screen and (max-width: 768px) {
display: block;
margin: auto;
float: none !important;
}
}
// Regimen List styles in sequences.scss