Upgrades and fixes, maintenance
This commit is contained in:
@@ -6,20 +6,24 @@
|
||||
.name
|
||||
padding: 5px 5px
|
||||
#week_days-group
|
||||
.btn
|
||||
opacity: 0.4
|
||||
display: inline-block
|
||||
.week-day-toggle
|
||||
margin: 0
|
||||
&.active
|
||||
opacity: 1
|
||||
// nothing for now
|
||||
&.inactive
|
||||
opacity: 0.4
|
||||
#full_day-controller
|
||||
@extend .fa
|
||||
@extend .fa-clock-o
|
||||
margin: 0 10px
|
||||
color: #f70
|
||||
span
|
||||
@extend .fa
|
||||
@extend .fa-clock-o
|
||||
margin: 0 10px
|
||||
color: #f70
|
||||
&.active
|
||||
// Full day active is not special, highlight when not active,
|
||||
// because it indicates the being active of a time range
|
||||
color: #444
|
||||
|
||||
span
|
||||
// Full day active is not special, highlight when not active,
|
||||
// because it indicates the being active of a time range
|
||||
color: #444
|
||||
#sub-day-container
|
||||
display: inline-block
|
||||
&.hide
|
||||
@@ -27,3 +31,9 @@
|
||||
select
|
||||
width: 70px
|
||||
margin-right: 14px
|
||||
.product-category-visible-never
|
||||
@extend .fa
|
||||
@extend .fa-times
|
||||
.product-category-visible-always
|
||||
@extend .fa
|
||||
@extend .fa-circle-o-notch
|
||||
|
||||
Reference in New Issue
Block a user