58 lines
1.2 KiB
Stylus
58 lines
1.2 KiB
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
|
|
|
|
label.form-group
|
|
width: 100%
|
|
|
|
&>span.select2
|
|
display: block
|
|
width: 100% !important
|
|
|
|
span.select2-selection
|
|
min-height: 34px
|
|
|
|
span.select2-selection__rendered
|
|
height: 34px
|
|
line-height: 34px
|
|
|
|
span.select2-selection__arrow
|
|
height: 34px
|
|
|
|
.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
|
|
|
|
.modal-dialog
|
|
.modal-content
|
|
background: $primaryBackgroundColor
|
|
border-color: $uiBorderColor
|
|
color: $textSecondaryColor
|
|
|
|
.modal-header, .modal-footer
|
|
border-color: $uiBorderColor
|