atui
Version:
components built with Vue.js
75 lines (60 loc) • 1.57 kB
text/less
//
// Utility classes
// --------------------------------------------------
// Floats
// -------------------------
.clearfix {
.clearfix();
}
.center-block {
.center-block();
}
.pull-right {
float: right ;
}
.pull-left {
float: left ;
}
// Toggling content
// -------------------------
// Note: Deprecated .hide in favor of .hidden or .sr-only (as appropriate) in v3.0.1
.hide {
display: none ;
}
.show {
display: block ;
}
.invisible {
visibility: hidden;
}
// .text-hide {
// .text-hide();
// }
// Hide from screenreaders and browsers
//
// Credit: HTML5 Boilerplate
.hidden {
display: none ;
}
// For Affix plugin
// -------------------------
.affix {
position: fixed;
}
// // iconfont
// @font-face {
// font-family: 'iconfont';
// src: url('//at.alicdn.com/t/font_1458875830_3228507.eot'); /* IE9*/
// src: url('//at.alicdn.com/t/font_1458875830_3228507.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
// url('//at.alicdn.com/t/font_1458875830_3228507.woff') format('woff'), /* chrome、firefox */
// url('//at.alicdn.com/t/font_1458875830_3228507.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
// url('//at.alicdn.com/t/font_1458875830_3228507.svg#iconfont') format('svg'); /* iOS 4.1- */
// }
// .iconfont {
// font-family: "iconfont" ;
// font-size: 14px;
// font-style: normal;
// -webkit-font-smoothing: antialiased;
// -webkit-text-stroke-width: 0.2px;
// -moz-osx-font-smoothing: grayscale;
// }