outlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplace
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
948 B
67 lines
948 B
9 years ago
|
.#{$prefix}hide-visibility {
|
||
|
visibility: hidden !important;
|
||
|
}
|
||
|
|
||
|
.#{$prefix}hide-display {
|
||
|
display: none !important;
|
||
|
}
|
||
|
|
||
|
.#{$prefix}surface {
|
||
|
@include inline-block;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.rvml {
|
||
|
behavior: url(#default#VML);
|
||
|
}
|
||
|
|
||
|
.#{$prefix}surface tspan {
|
||
|
@include no-select;
|
||
|
}
|
||
|
|
||
|
.#{$prefix}vml-sprite {
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
width: 1px;
|
||
|
height: 1px;
|
||
|
}
|
||
|
|
||
|
.#{$prefix}vml-group {
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
width: 1000px;
|
||
|
height: 1000px;
|
||
|
}
|
||
|
|
||
|
.#{$prefix}vml-measure-span {
|
||
|
position: absolute;
|
||
|
left: -9999em;
|
||
|
top: -9999em;
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
display: inline;
|
||
|
}
|
||
|
|
||
|
.#{$prefix}vml-base {
|
||
|
position: relative;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
overflow: hidden;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.#{$prefix}vml-base {
|
||
|
position: relative;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
overflow: hidden;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
svg, vml {
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|