2019-09-18 16:50:01 +02:00
|
|
|
// Fonts
|
2019-10-07 12:54:03 +02:00
|
|
|
@font-face {
|
|
|
|
font-family: 'special_eliteregular';
|
|
|
|
src: url('../fonts/SpecialElite-webfont.eot');
|
|
|
|
src: url('../fonts/SpecialElite-webfont.eot?#iefix') format('embedded-opentype'),
|
|
|
|
url('../fonts/SpecialElite-webfont.woff') format('woff'),
|
|
|
|
url('../fonts/SpecialElite-webfont.ttf') format('truetype'),
|
|
|
|
url('../fonts/SpecialElite-webfont.svg#special_eliteregular') format('svg');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Bootstrap
|
|
|
|
//@import '~bootstrap/scss/bootstrap';
|
|
|
|
@import '~tabler-ui/src/assets/scss/bundle.scss';
|
2019-09-18 16:50:01 +02:00
|
|
|
|
|
|
|
// Variables
|
|
|
|
@import 'variables';
|
|
|
|
|
2019-10-07 12:54:03 +02:00
|
|
|
// Surcharge
|
|
|
|
@import 'general';
|