Sha256: 5585e5903640f61a88fcf371cc0f3e74b287aa15cff99e6221f9320f0528053a
Contents?: true
Size: 930 Bytes
Versions: 1
Compression:
Stored size: 930 Bytes
Contents
// toolbar styles .toolbar { background: #333; width: 100%; font-size: 0; display: inline-block; &.label-bottom .tab .tab-content { i, img { margin-bottom: 10px; } } &.label-right .tab .tab-content { i, img { margin-right: 10px; display: inline-block;} label { display: inline-block; } } &.vertical.label-right .tab .tab-content { text-align: left; } &.vertical { height: 100%; width: auto; .tab { width: auto; margin: auto; float: none; } } .tab { text-align: center; width: 25%; margin: 0 auto; display: block; padding: 20px; float: left; &:hover { background: rgba(#fff, 0.1); } } } .toolbar .tab-content { font-size: 16px; text-align: center; label { color: #ccc; } i { font-size: 30px; display: block; margin: 0 auto; color: #ccc; vertical-align: middle; } img { width: 30px; height: 30px; display: block; margin: 0 auto; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
foundation-rails-5.3.1.0 | vendor/assets/stylesheets/foundation/components/_toolbar.scss |