Sha256: 7c2f4733501381a857df783a3de61a908cb1e13e1a8c8b4eaea65cddc3413faa
Contents?: true
Size: 1.39 KB
Versions: 1
Compression:
Stored size: 1.39 KB
Contents
.accordion-tabs-minimal { $base-border-color: #dcdcdc !default; $base-background-color: #fff !default; $base-spacing: 1.5em !default; $action-color: #477dca !default; $dark-gray: #333 !default; $medium-screen: 40em !default; $tab-link-color: $dark-gray; $tab-border: 1px solid $base-border-color; $tab-active-background: $base-background-color; $tab-inactive-color: $base-background-color; $tab-inactive-hover-color: #c0c0c0; $tab-mode: $medium-screen; @include clearfix; line-height: 1.5; padding: 0; .tab-header-and-content { list-style: none; @include media($tab-mode) { display: inline; } } .tab-link { background-color: $tab-inactive-color; border-top: $tab-border; color: $tab-link-color; display: block; padding: ($base-spacing / 2) $gutter; text-decoration: none; @include media($tab-mode) { border-top: 0; display: inline-block; } &:hover { color: $action-color; } &:focus { outline: none; } &.is-active { border-bottom: 0; @include media($tab-mode) { border: $tab-border; border-bottom-color: $tab-active-background; margin-bottom: -1px; } } } .tab-content { display: none; padding: $base-spacing $gutter; width: 100%; @include media($tab-mode) { border-top: $tab-border; float: left; } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
refills-0.2.0 | source/stylesheets/refills/_accordion-tabs-minimal.scss |