/* line 34, ../../themes/default/scss/bootstrap_config/custom/_mixins.scss */ .clearfix { *zoom: 1; } /* line 24, ../../themes/default/scss/bootstrap_config/custom/_mixins.scss */ .clearfix:before, .clearfix:after { display: table; content: ""; } /* line 29, ../../themes/default/scss/bootstrap_config/custom/_mixins.scss */ .clearfix:after { clear: both; } /* line 135, ../../themes/default/scss/bootstrap_config/custom/_mixins.scss */ .hide-text { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } /* line 316, ../../themes/default/scss/bootstrap_config/custom/_mixins.scss */ .input-block-level { display: block; width: 100%; min-height: 28px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } /* CSS3 Two Tone borders - IE9+ */ /* Fix for responsive images - use on IMG tag */ /* Mobile icons for retina display */ /** * Mixin divides width of parent between children. It requires the parent to * have a size class representing the number of children (eg: class="size_3"). * It will take this and divide the width by that number of elements. * * Note: In silverstripe templates you can use $Count on a set of items you * are about to loop throught to get the total number. EG: *