UNPKG

celerichain-ember-uii

Version:

Fleetbase UI provides all the interface components, helpers, services and utilities for building a Fleetbase extension into the Console.

20 lines (15 loc) 607 B
.fleetbase-dashboard-grid .dashboard-title { @apply flex flex-col lg:flex-row lg:items-center lg:justify-between rounded-lg border border-gray-200 bg-gray-50 dark:border-gray-700 dark:bg-gray-800 shadow-sm px-4 py-2 mb-4; } .fleetbase-dashboard-grid .dashboard-component-count { @apply flex flex-col items-center justify-center rounded-lg border border-gray-200 bg-gray-50 dark:border-gray-700 dark:bg-gray-800 shadow-sm py-4; } .col-span-2 { grid-column: span 2 / span 2; } .col-span-12 { grid-column: span 12 / span 12; } .col-span-full { grid-column: 1 / -1; }