Sha256: 66a3d3ce38bb2907dc72101b923d9eddee4f95b2a905124fabcb5158fa4f27dd
Contents?: true
Size: 522 Bytes
Versions: 145
Compression:
Stored size: 522 Bytes
Contents
@import "../helpers/index.scss"; .cm-tabs-bar { position: fixed; top: 140px; display: flex; align-items: center; width: 100%; height: 54px; padding: 0 24px; background-color: $white; box-shadow: inset 0px -1px 0px rgba(148, 151, 155, 0.15); z-index: 1; .tab-item { @include font($size: $t4-text, $color: $ink-lightest-clr); padding: 16px 0; margin-right: 24px; cursor: pointer; &.active { color: $brand-color; box-shadow: inset 0px -2px 0px $brand-color; } } }
Version data entries
145 entries across 145 versions & 1 rubygems