frontend-tutorial-framework/src/styles.scss

13 lines
323 B
SCSS
Raw Normal View History

/* You can add global styles to this file, and also import other style files */
2017-12-18 16:48:36 +00:00
@import '../node_modules/bootstrap/scss/bootstrap';
@import '../node_modules/xterm/dist/xterm.css';
@import "assets/scss/main";
body, html {
height: 100vh;
width: 100vw;
overflow: hidden;
2019-03-12 15:12:41 +00:00
@include set-scrollbar-style('light', '');
}