.subscription-create, .subscription-update { .subscription-form { display: none ; &.loaded { display: block ; } .points-sale { .locality { color: gray ; } label { cursor: pointer ; } } .days { .form-group { float: left ; margin-right: 15px ; } } .points-sale { table { tr.selected { td { background-color: $color2 ; } } .the-name { font-family: 'capsuularegular' ; font-size: 20px ; color: black ; } .block-code { width: 150px ; } .actions { width: 150px ; button { width: 100% ; display: block ; } } } } .products { .monday, .tuesday, .wednesday, .thursday, .friday, .saturday, .sunday, .no-day { display: none ; } .monday-active .monday, .tuesday-active .tuesday, .wednesday-active .wednesday, .thursday-active .thursday, .friday-active .friday, .saturday-active .saturday, .sunday-active .sunday { display: block ; } td.quantity { width: 150px ; input { text-align: center ; &.has-quantity { font-weight: bold ; } } } .name { font-family: "capsuularegular" ; font-size: 20px ; color: black ; } .description { font-style: italic; } .recipe { font-size: 12px ; } .price-unit, .price-total { text-align: center ; width: 150px ; } tr.total .price-total { text-align: center ; font-size: 20px ; } } } }