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.
|
$mainH: 900px;
|
|
$mainW: 900px;
|
|
|
|
* {
|
|
box-sizing:border-box;
|
|
cursor:default;
|
|
font-family:'open sans';
|
|
letter-spacing:0.7px;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.main {
|
|
height:$mainH;
|
|
margin:50px auto;
|
|
position:relative;
|
|
width:$mainW;
|
|
}
|
|
|
|
@import 'chart';
|
|
@import 'map';
|
|
@import 'options';
|
|
|