@alihbuzaid/ember-ui
Version:
Fleetbase UI provides all the interface components, helpers, services and utilities for building a Fleetbase extension into the Console.
24 lines (22 loc) • 497 B
CSS
.cell-qr-code {
width: 2rem;
}
.dropdown-menu-cell.align-right {
padding-right: 2.5rem;
}
/** link list */
.cell-link-list ul {
list-style: none;
display: flex;
}
.cell-link-list ul li {
text-transform: uppercase;
}
.next-table-wrapper table tbody tr td > .cell-link-list ul li a,
.cell-link-list ul li a {
@apply text-blue-500 uppercase;
}
.next-table-wrapper table tbody tr td > .cell-link-list ul li a:hover,
.cell-link-list ul li a:hover {
@apply text-blue-400;
}