oui-kit
Version:
🎯 *UI toolkit with a French touch* 🇫🇷
32 lines (27 loc) • 628 B
text/stylus
@require "../../stylus/index.styl";
.oui-day {
._dateselect {
use: stack-x;
}
}
.oui-day-float {
--vc-accent-50: var(--p-50);
--vc-accent-100: var(--p-100);
--vc-accent-200: var(--p-200);
--vc-accent-300: var(--p-300);
--vc-accent-400: var(--p-400);
--vc-accent-500: var(--p-500);
--vc-accent-600: var(--p-600);
--vc-accent-700: var(--p-700);
--vc-accent-800: var(--p-800);
--vc-accent-900: var(--p-900);
}
.oui-day-teleport {
// Styling kann über v-calendar angepasst werden
}
.oui-day-footer {
use: stack-x;
border-top: 1px solid var(--input-border);
padding: 0.5rem;
gap: 0.5rem;
}