mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 18:12:40 +00:00
39 lines
848 B
Plaintext
39 lines
848 B
Plaintext
@import 'naturalCrit/styles/reset.less';
|
|
//@import 'naturalCrit/styles/elements.less';
|
|
@import 'naturalCrit/styles/animations.less';
|
|
@import 'naturalCrit/styles/colors.less';
|
|
@import 'naturalCrit/styles/tooltip.less';
|
|
|
|
@import 'font-awesome/css/font-awesome.css';
|
|
|
|
html,body, #reactContainer, .naturalCrit{
|
|
min-height : 100%;
|
|
}
|
|
|
|
@sidebarWidth : 250px;
|
|
|
|
body{
|
|
background-color : #eee;
|
|
font-family : 'Open Sans', sans-serif;
|
|
color : #4b5055;
|
|
font-weight : 100;
|
|
text-rendering : optimizeLegibility;
|
|
margin : 0;
|
|
padding : 0;
|
|
height : 100%;
|
|
}
|
|
|
|
.naturalCrit{
|
|
color : #333;
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
.noselect(){
|
|
-webkit-touch-callout : none;
|
|
-webkit-user-select : none;
|
|
-khtml-user-select : none;
|
|
-moz-user-select : none;
|
|
-ms-user-select : none;
|
|
user-select : none;
|
|
} |