mivita/resources/assets/vendor/libs/timepicker/_mixins.scss
2018-10-29 09:39:31 +01:00

11 lines
303 B
SCSS
Executable file

@import "../../sass/_appwork/functions";
@mixin timepicker-theme($background, $color: null) {
$color: if($color, $color, yiq($background));
li.ui-timepicker-selected,
.ui-timepicker-list .ui-timepicker-selected:hover {
background: $background !important;
color: $color !important;
}
}