Viewing File: /home/maglabs/bambinos/wp-content/themes/juliette/assets/addon/css/business-hours.scss

@import "../mixins";
@import '../../../../SCSS_JS_Source/_vendor/foundation/scss/foundation';
.nova-business-hours {
  &__item {
    display: flex;
    padding: rem-calc(10) 0;
    span {
      flex: 1;
      &.nova-business-time {
        align-self: flex-end;
      }
    }
  }
}
Back to Directory File Manager