Sha256: 676e95b3cc3b8ec5f8159746121c0998ed262a1cf37e5f7a6e035511ec5ff7ad
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
@import "../helpers/index.scss"; @import "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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cm-admin-1.1.9 | app/assets/stylesheets/cm_admin/base/navbar.scss |