File "_orderable-open-hours.scss"
Full Path: /home/romayxjt/public_html/wp-content/plugins/orderable/inc/modules/timings/source/admin/scss/_orderable-open-hours.scss
File size: 462 bytes
MIME-type: text/plain
Charset: utf-8
/* Block */
/* Elements */
.orderable-open-hours__service {
margin: 0 0 0 6px;
padding: 2px 6px;
background: #000;
color: #fff;
border-radius: 4px;
display: inline-block;
font-size: 80%;
&--closed {
background-color: $c-error;
display: none;
}
}
.orderable-open-hours__date {
@extend .orderable-open-hours__service;
margin: 0 4px 0 0;
text-align: center;
min-width: 30px;
border: 1px solid $c-border;
background: none;
color: inherit;
}