Files
everything2/EveryThing/wwwroot/vendor/libs/timepicker/_mixins.scss
David Štaleker 03b92525d7 Prvi commit
2023-05-12 09:00:07 +02:00

12 lines
302 B
SCSS

@import "../../css/_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;
}
}