Sha256: 10d1233c326584bceb87d1dd8d22c76436737db4f6e7f91e4431fe936009c0e5
Contents?: true
Size: 1.09 KB
Versions: 2
Compression:
Stored size: 1.09 KB
Contents
@import '../depends/loader'; /* * # Semantic - Tab * http://github.com/jlukic/semantic-ui/ * * * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * */ /******************************* UI Tabs *******************************/ .ui.tab { display: none; } /******************************* States *******************************/ /*-------------------- Active ---------------------*/ .ui.tab.active, .ui.tab.open { display: block; } /*-------------------- Loading ---------------------*/ .ui.tab.loading { position: relative; overflow: hidden; display: block; min-height: 250px; text-indent: -10000px; } .ui.tab.loading * { position: relative !important; left: -10000px !important; } .ui.tab.loading:after { position: absolute; top: 50px; left: 50%; content: 'Loading...'; margin-left: -32px; text-indent: 5px; color: rgba(0, 0, 0, 0.4); width: 100%; height: 100%; padding-top: 75px; background: image-url("semantic-ui/loader-large.gif") no-repeat 0px 0px; visibility: visible; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
semantic-ui-sass-0.19.3.1 | app/assets/stylesheets/semantic-ui/modules/_tab.scss |
semantic-ui-sass-0.19.3.0 | app/assets/stylesheets/semantic-ui/modules/_tab.scss |