2013-09-16 05:19:07 -04:00
|
|
|
@import _variables
|
|
|
|
|
|
|
|
roundall($round)
|
|
|
|
-moz-border-radius: $round
|
|
|
|
-webkit-border-radius: $round
|
|
|
|
-khtml-border-radius: $round
|
|
|
|
-o-border-radius: $round
|
|
|
|
-border-radius: $round
|
|
|
|
border-radius: $round
|
|
|
|
|
|
|
|
noselect()
|
|
|
|
-webkit-touch-callout: none
|
|
|
|
-webkit-user-select: none
|
|
|
|
-khtml-user-select: none
|
|
|
|
-moz-user-select: none
|
|
|
|
-ms-user-select: none
|
|
|
|
user-select: none
|
|
|
|
|
|
|
|
borderbox()
|
|
|
|
-moz-box-sizing: border-box
|
|
|
|
-webkit-box-sizing: border-box
|
|
|
|
box-sizing: border-box
|
|
|
|
|
|
|
|
// avatars
|
|
|
|
|
2013-09-25 03:18:37 -04:00
|
|
|
avatar()
|
2013-09-16 05:19:07 -04:00
|
|
|
width: 30px
|
|
|
|
height: 30px
|
2013-09-21 12:26:43 -04:00
|
|
|
roundall(50px)
|
2013-09-16 05:19:07 -04:00
|
|
|
|
|
|
|
// this if for the content flash and hardware acceleration bugs in webkit
|
|
|
|
webkit-transition-fix()
|
|
|
|
-webkit-backface-visibility: hidden
|
|
|
|
//-webkit-transform: translateZ(0)
|