Sha256: 02a1cb0d92f40e57d11ed55f4c7cd5db1e7d1bc4b23a5825b29b5e76e084dce2
Contents?: true
Size: 661 Bytes
Versions: 14
Compression:
Stored size: 661 Bytes
Contents
@import "./tailwind/components"; @import "./tailwind/utilities"; @import "./tailwind/dark-mode"; @import "./tailwind/colors"; @import "./electron"; @import './fields'; @import './turn'; /* TODO there is probably a better way to do this. */ .hover-indent-child { .indent-child { transition: transform 0.2s ease; } &:hover { .indent-child { transform:translateX(8px); } } } 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; }
Version data entries
14 entries across 14 versions & 5 rubygems