map-alliance/src/styles.scss

19 lines
339 B
SCSS
Raw Normal View History

2019-07-11 18:04:20 -04:00
@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');
2019-07-02 08:41:44 -04:00
@import '~bootstrap-scss/bootstrap.scss';
2019-07-02 08:11:23 -04:00
2019-07-09 11:23:09 -04:00
:focus {
outline: none !important;
}
2019-07-11 23:18:44 -04:00
html, body {
height: 100vh;
2019-07-11 23:18:44 -04:00
overflow: hidden;
}
2019-08-24 21:59:34 -04:00
2019-07-11 14:09:08 -04:00
body {
margin: 0;
overscroll-behavior: none;
font-family: Roboto, "Helvetica Neue", sans-serif;
2019-08-24 21:59:34 -04:00
background-color: black;
2019-07-11 14:09:08 -04:00
}