Sha256: 3244d71665d00468a362df22dc082dea2b271d0b4e5ac964b41461e7dd1762f4
Contents?: true
Size: 964 Bytes
Versions: 21
Compression:
Stored size: 964 Bytes
Contents
@import "../helpers/index.scss"; @import "../dependency/bootstrap/scss/bootstrap"; .entity-header { @extend .d-flex.justify-content-between.align-items-start.p-4; background-color: var(--bs-white); &__info { .breadcrumb { @include font($size: $t4-text, $color: var(--bs-tertiary-color)); line-height: 22px; } } &__actions { @extend .d-flex.align-items-start; .export-container { position: relative; .export-popup { top: 45px; width: 156px; padding: 8px 0; animation: fadeIn 0.2s ease-in-out; .popup-option { padding: 8px 16px; @include font($size: $t4-text, $color: $primary-text-clr); line-height: 22px; transition: all 0.2s linear; cursor: pointer; &:hover { background-color: $grey-lighter-clr; } span { margin-right: 8px; } } } } } }
Version data entries
21 entries across 21 versions & 1 rubygems