Sha256: 1fd3105dfd617d614776f278ea8a86667ae3cf2a0b3b102eb8dbc8aa80c73ce2
Contents?: true
Size: 768 Bytes
Versions: 11
Compression:
Stored size: 768 Bytes
Contents
.tabs_view { &-scroller { position: relative; overflow: hidden; height: 36px; border-bottom: solid 1px var(--ui-on-surface-color-lighter); } &-headers { white-space: nowrap; padding: 0; position: absolute; li { display: inline-block; padding: 10px 10px; cursor: pointer; color: var(--ui-on-surface-color-light); height: 14px; &.active { color: var(--ui-primary-color); border-bottom: solid 2px var(--ui-primary-color); font-weight: bold; } &.spinner { padding-left: 27px; @include background-icon-left($color: var(--ui-primary-color)); @include background-icon-animation(blink); @include up-bold-icon; } } } }
Version data entries
11 entries across 11 versions & 1 rubygems