32 lines
751 B
Stylus
32 lines
751 B
Stylus
@import "{design}/app.styl"
|
|
|
|
html body
|
|
font-family: 'Roboto', 'OpenSans', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif
|
|
// Try to fix LT-273, need a monitor to test on though.
|
|
//text-rendering: optimizeLegibility
|
|
|
|
html hr
|
|
border-top: 1px solid $uiBorderColor
|
|
|
|
.center-table
|
|
display: table
|
|
margin-left: auto
|
|
margin-right: auto
|
|
|
|
.caret-down
|
|
display: inline-block
|
|
width: 0
|
|
height: 0
|
|
margin-top: .5rem
|
|
border-top: 5px solid
|
|
border-right: 5px solid transparent
|
|
border-left: 5px solid transparent
|
|
|
|
.noselect
|
|
-webkit-touch-callout: none
|
|
-webkit-user-select: none
|
|
-khtml-user-select: none
|
|
-moz-user-select: none
|
|
-ms-user-select: none
|
|
user-select: none
|