mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-28 20:03:02 +00:00
36 lines
724 B
Plaintext
36 lines
724 B
Plaintext
@import 'naturalCrit/reset.less';
|
|
//@import 'naturalCrit/elements.less';
|
|
@import 'naturalCrit/animations.less';
|
|
@import 'naturalCrit/colors.less';
|
|
|
|
|
|
@sidebarWidth : 250px;
|
|
|
|
body{
|
|
background-color : #eee;
|
|
font-family : 'Open Sans', sans-serif;
|
|
color : #4b5055;
|
|
font-weight : 100;
|
|
text-rendering : optimizeLegibility;
|
|
margin : 0;
|
|
padding : 0;
|
|
}
|
|
|
|
.naturalCrit{
|
|
color : #333;
|
|
background-color: #eee;
|
|
|
|
.encounterContainer{
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
}
|
|
|
|
.noselect(){
|
|
-webkit-touch-callout : none;
|
|
-webkit-user-select : none;
|
|
-khtml-user-select : none;
|
|
-moz-user-select : none;
|
|
-ms-user-select : none;
|
|
user-select : none;
|
|
} |