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.
25 lines
382 B
25 lines
382 B
// IMPORTANT: Run npm run watch to compile
|
|
|
|
$mainH: 920px;
|
|
$mainW: 800px;
|
|
|
|
* {
|
|
box-sizing:border-box;
|
|
cursor:default;
|
|
letter-spacing:0.7px;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.main {
|
|
height:$mainH;
|
|
margin:10px auto 100px auto;
|
|
padding:50px 20px;
|
|
position:relative;
|
|
width:$mainW;
|
|
}
|
|
|
|
@import 'chart';
|
|
@import 'chart3';
|
|
@import 'map';
|
|
@import 'options';
|
|
|