Sha256: e172c4fc7b236b67e2a45ff2d329c6bf3ae89bbe4380e365c4873df029e25ced
Contents?: true
Size: 962 Bytes
Versions: 30
Compression:
Stored size: 962 Bytes
Contents
/* Content Tabs */ .green-header { padding-bottom: 1rem; align-items: center; h1 { font-size: 2rem; font-weight: 500; margin: 0; } } ul.tab-header { display: flex; li { a { // non-hover tab styling background-color: transparent; // Override bootstrap default color: $anj-neutral-dark; text-transform: uppercase; font-size: 0.75rem; line-height: 1; padding: 0.75rem; margin-left: 1rem; border-radius: 1.25rem; &:hover, &:focus { background-color: #bde4d8; } } &.active a { color: $anj-light; background-color: #5ba28c; } } } .zuo-loading { position: relative; > :not(.zuo-loading-overlay) { opacity: 0.15; } .zuo-loading-overlay { display: flex; } } .zuo-loading-overlay { display: none; position: absolute; width: 100%; height: 100%; z-index: 1000; > anj-spinner { margin: auto; } }
Version data entries
30 entries across 30 versions & 1 rubygems