Sha256: 423b89694ed2ad1a7df5faab4af295a949ff1656d860d19ded520baa3887d805
Contents?: true
Size: 1.67 KB
Versions: 15
Compression:
Stored size: 1.67 KB
Contents
@import "../helpers/index.scss"; .show-page { overflow: auto; &__tabs { .cm-tabs-bar { background-color: $white; width: 100%; .nav-pills { margin-left: 10px; } .nav-link { position: static; left: 0%; right: 0%; @include font($size: $t4-text, $color: $ink-lighter-clr); line-height: 22px; flex: none; order: 0; flex-grow: 0; background-color: $white; border-radius: 0px; } .nav-link.active { color: $brand-color; border-bottom: 3px $brand-color solid; background-color: $white; } } } &__inner { padding: 24px; .info-section { margin-bottom: 32px; .section-heading { @include font($size: $t3-text, $color: $primary-text-clr, $weight: 600); line-height: 24px; margin: 0 0 16px; } .paper { max-width: 752px; padding: 24px; background-color: $white; border: 1px solid $grey-light-clr; border-radius: $radius-4; } .info-split { display: flex; margin-bottom: 24px; &:nth-last-child(1) { margin-bottom: 0; } &__lhs { width: 20%; p { @include font($size: $t4-text, $color: $ink-lighter-clr); line-height: 22px; margin: 0; } } &__rhs { width: 80%; p { @include font($size: $t4-text, $color: $primary-text-clr); line-height: 19px; margin: 0; } } } } } .filters-bar { background-color: $grey-lightest-clr; } }
Version data entries
15 entries across 15 versions & 1 rubygems