Sha256: 51ba4ef236dc9947e41469bca1c75759ded764666f48b97db5348c621c9c0c7f
Contents?: true
Size: 1.39 KB
Versions: 43
Compression:
Stored size: 1.39 KB
Contents
@import "../helpers/index.scss"; .cm-navbar { top: 0; right: 0; left: 225px; display: flex; justify-content: space-between; min-height: 140px; padding: 24px 24px 16px; background-color: $white; z-index: 2; &__lhs { .bread-crumb-area { .breadcrumb-text { @include font($size: $t4-text, $color: $ink-lighter-clr); line-height: 22px; margin: 0 0 16px; a { color: inherit; } } } .nav-title-area { .title-text { @include font($size: 24px, $color: $primary-text-clr, $weight: 600); line-height: 32px; margin: 0 0 8px; } .title-sub-text { @include font($size: $t4-text, $color: $primary-text-clr); line-height: 22px; margin: 0; } } } &__rhs { display: flex; align-items: center; .export-container { position: relative; .export-popup { top: 45px; width: 156px; padding: 8px 0; animation: fadeIn .2s ease-in-out; .popup-option { padding: 8px 16px; @include font($size: $t4-text, $color: $primary-text-clr); line-height: 22px; transition: all .2s linear; cursor: pointer; &:hover { background-color: $grey-lighter-clr; } span { margin-right: 8px; } } } } } }
Version data entries
43 entries across 43 versions & 1 rubygems