Sha256: 94f30db85e341678aaaa88a1fae30feb139bb79a5ab963ca927c7d26887e093f
Contents?: true
Size: 858 Bytes
Versions: 9
Compression:
Stored size: 858 Bytes
Contents
@import "./tailwind/components"; @import "./tailwind/utilities"; @import "./tailwind/dark-mode"; @import "./tailwind/colors"; @import './bulk_actions'; @import "./electron"; @import './devise'; @import './fields'; @import './turn'; @import './docs'; form.button_to { @apply inline-block; input[type=submit] { @apply bg-transparent; &.button { @apply bg-primary-500 hover:bg-primary-600; } } } /* hide the first breadcrumb chevron */ ol.breadcrumb li:first-child svg { display: none; } /* Override Turbo's progress bar color with the application's theme. */ .turbo-progress-bar { height: 5px; @apply bg-primary-500; } /* When dragging a sortable table row, only show the first column, usually containing the element's label. Can be customize on a per-table basis. */ tr.gu-mirror > *:not(:first-child) { display: none; }
Version data entries
9 entries across 9 versions & 1 rubygems