Sha256: 7826411549b0f95b6a216825d2976a2849084d0a279b455a22ab8366e1b0b4a3
Contents?: true
Size: 804 Bytes
Versions: 4
Compression:
Stored size: 804 Bytes
Contents
.tabs { &__tabs-list { @extend %card; display: flex; list-style-type: none; border-bottom: { left-radius: 0; right-radius: 0; } margin-bottom: 0; &__tab { padding: $spacer-tiny $spacer-small; border-bottom: 3px solid transparent; &.active { border-color: $color-borders; } a { text-decoration: none; color: $color-base; } } } &__tab-content { &__title { display: flex; margin-top: 0; border-radius: 0; h2 { @include font-size('h4'); flex-grow: 1; } .actions { flex: none; text-align: right; } } &.tab--initialized { display: none; &.active { display: block; } } } }
Version data entries
4 entries across 4 versions & 1 rubygems