You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
485 B
SCSS
17 lines
485 B
SCSS
@import "../static/css/bootstrap";
|
|
@import "../static/css/bootstrap-responsive";
|
|
@import "../static/css/style";
|
|
|
|
// fixing font path
|
|
@font-face {
|
|
font-family: 'DOS';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
src: url('./css/fonts/Fixedsys500c.eot');
|
|
src: local('☺'), url('./css/fonts/Fixedsys500c.woff') format('woff'), url('./css/fonts/Fixedsys500c.ttf') format('truetype'), url('./css/fonts/Fixedsys500c.svg') format('svg');
|
|
}
|
|
|
|
.navmargin {
|
|
margin-top: 20px;
|
|
}
|