Sha256: 5a17f2dae6975566737a739d943b7482208dc1c782e170a82885abd7ee77e963
Contents?: true
Size: 881 Bytes
Versions: 133
Compression:
Stored size: 881 Bytes
Contents
@import "../helpers/index.scss"; .main-nav { position: fixed; top: 0; right: 0; left: 225px; display: flex; justify-content: space-between; width: calc(100% - 225px); 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: $font-size(24), $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 { } }
Version data entries
133 entries across 133 versions & 1 rubygems