map-alliance/src/styles.scss

9 lines
183 B
SCSS
Raw Normal View History

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-02 08:11:23 -04:00
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }