mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-11-01 11:21:21 +00:00
13 lines
323 B
SCSS
13 lines
323 B
SCSS
/* You can add global styles to this file, and also import other style files */
|
|
@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;
|
|
@include set-scrollbar-style('light', '');
|
|
}
|