Sha256: 4082db090de5bb060e7218d788fca5d58706fd737827916f932a9b2f97be6080
Contents?: true
Size: 1001 Bytes
Versions: 1
Compression:
Stored size: 1001 Bytes
Contents
.transition { -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; } .transition-fast { -webkit-transition: 0.1s; -moz-transition: 0.1s; -o-transition: 0.1s; transition: 0.1s; } .clear { clear: both; } .hide { display: none; } .hidden { display:none!important; } .visible { overflow: visible!important; } .auto { overflow: auto!important; } .pointer { cursor: pointer; } .vm { @include tblr(0,0,0,0); position: absolute; margin: auto; } .nowrap { white-space: nowrap; } .text-overflow { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .table-fixed { width: auto; table-layout: fixed; } @each $dir in 'left', 'right', 'center' { .text-#{$dir} { text-align: #{$dir}!important; } } @each $dir in 'left', 'right' { .#{$dir} { float: #{$dir}; } } @each $valign in 'top', 'middle', 'baseline' { .inline-#{$valign} { display: inline-block; vertical-align: #{$valign}; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
toolbox_esten-1.0.0 | assets/stylesheets/toolbox_esten/helper.scss |