Sha256: 9517ee23e3152ac9b8c8fa122cef726818589c9f0ab46ab5ee41f7742304b462
Contents?: true
Size: 596 Bytes
Versions: 10
Compression:
Stored size: 596 Bytes
Contents
.tabs_view { > ul { background-color: #e5e5e5; width: 100%; white-space: nowrap; overflow: hidden; padding: 0; } > ul > li { display: inline-block; padding: 10px 10px; background-color: #e5e5e5; cursor: pointer; &.active { background-color: #fff; } } > div { background-color: #fff; padding: 10px; overflow: auto; height: 100%; min-height: 110px; } > ul > li.spinner { padding-left: 27px; @include background-icon-left; @include background-icon-animation(blink); @include up-bold-icon; } }
Version data entries
10 entries across 10 versions & 1 rubygems