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

63 lines
1007 B
SCSS

// Bulk Scheduler
.bulk-scheduler {
@media screen and (max-width: 768px) {
margin-bottom: 3rem;
}
.week-grid-meta-buttons {
margin-top: 1rem;
button {
margin-left: 1rem;
margin-bottom: 1rem;
}
}
@media screen and (max-width: 974px) {
margin-left: 15px;
margin-right: 15px;
}
.fa-clock-o {
margin-left: 0.75rem;
color: $dark_gray;
}
input {
background-color: $white !important;
}
}
// Regimen Editor
.regimen-day {
margin: 1.5rem 0;
margin-right: 10px;
}
.regimen-event {
background: $gray;
padding: 0.7rem;
border-radius: 3px;
height: 3.5rem;
margin-bottom: 1rem;
}
.regimen-event-title {
color: $dark_gray;
font-size: 1.2rem;
font-weight: bold;
text-transform: uppercase;
}
.regimen-event-time {
margin-left: 1.5rem;
}
.regimen-control {
float: right;
margin-right: 0.7rem;
margin-top: 0.3rem;
}
.regimen-days-label {
margin-left: 50%;
margin-top: 2rem;
}
// Regimen List styles in sequences.scss