@alihbuzaid/ember-ui
Version:
Fleetbase UI provides all the interface components, helpers, services and utilities for building a Fleetbase extension into the Console.
22 lines (21 loc) • 566 B
CSS
body[data-theme='dark'] {
@apply bg-gray-800;
}
body[data-theme='dark'] .section-header .section-header-title {
@apply text-gray-300;
}
body[data-theme='dark'] a:not([class*='text-']) {
cursor: default ;
}
body[data-theme='dark'] a:not([class*='text-']) {
@apply no-underline text-gray-50;
}
body[data-theme='dark'] a:not([class*='text-']):hover {
@apply text-gray-50;
}
body[data-theme='dark'] .box-divider {
box-shadow: inset 1px 0 #2b323e;
}
body[data-theme='dark'] ::-webkit-calendar-picker-indicator {
filter: invert(1);
}