You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

26 lines
395 B

// IMPORTANT: Run npm run watch to compile
$mainH: 920px;
$mainW: 800px;
* {
box-sizing:border-box;
cursor:default;
font-family:'open sans';
letter-spacing:0.7px;
margin: 0;
padding: 0;
}
.main {
height:$mainH;
margin:10px auto;
padding:20px;
position:relative;
width:$mainW;
}
@import 'chart';
@import 'chart3';
@import 'map';
@import 'options';