Sha256: f1302bfd5c52a63c1be7387e0926b4642991159b9f3d1993aeddbffec371415c
Contents?: true
Size: 576 Bytes
Versions: 10
Compression:
Stored size: 576 Bytes
Contents
.meeting-polls { &__body { @apply flex flex-col min-h-screen; } &__header { @apply flex items-center justify-between p-2.5 bg-background border; } &__main { @apply flex grow items-stretch; } &__iframe { @apply flex grow bg-gray-2 [&>*]:grow [&>*]:border-0; } &__aside { @apply flex-none bg-background-2; &.is-open { @apply w-1/5 [&+div]:w-4/5; // shrink iframe when there is two panels & + & + div { @apply w-3/5; } & + & { @apply border-l border-l-background; } } } }
Version data entries
10 entries across 10 versions & 1 rubygems