Sha256: ee386a98fbe68db2d8b2b4768cc484c3e145ac688d2f97a75d998e20916d5a58
Contents?: true
Size: 1.03 KB
Versions: 29
Compression:
Stored size: 1.03 KB
Contents
@import "../helpers/index.scss"; @import "../dependency/bootstrap/scss/bootstrap"; .entity-header { @extend .d-flex.justify-content-between.align-items-start.p-4; // min-height: 109px; // Height needs to be removed once all the layouts are revamped 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
29 entries across 29 versions & 1 rubygems