Sha256: 03e1bb159dc2c1ee1036348d47ec4731bd76e1a904a3d21c8e92768f8fee2821
Contents?: true
Size: 1.2 KB
Versions: 8
Compression:
Stored size: 1.2 KB
Contents
@import "../helpers/index.scss"; @import "../dependency/bootstrap/scss/bootstrap"; .show-page { height: 100vh; overflow: auto; &__header { @extend .position-sticky, .top-0, .bg-white; z-index: 5; .tabs { @extend .nav.nav-pills.ms-2; .nav-link { @include font($size: $t4-text, $color: $ink-lighter-clr); border-radius: 0px; } .nav-link.active { color: $brand-color; border-bottom: 3px $brand-color solid; background-color: $white; } } } &__inner { padding: 24px; overflow: auto; .section { margin-bottom: 24px; .section-heading { @extend .h6, .fw-semibold; color: $primary-text-clr; } .card-info { display: grid; grid-template-columns: 120px 1fr; grid-column-gap: 24px; margin-bottom: 8px; &:nth-last-child(1) { margin-bottom: 0; } &__label { @include font($size: $t4-text, $color: $ink-lighter-clr); } &__description { @include font($size: $t4-text, $color: $primary-text-clr); } } } } .filters-bar { background-color: $grey-lightest-clr; } }
Version data entries
8 entries across 8 versions & 1 rubygems