shlink-web-client/src/index.scss

22 lines
408 B
SCSS
Raw Normal View History

@import '@shlinkio/shlink-frontend-kit/base';
@import '@shlinkio/shlink-frontend-kit/index';
@import '@shlinkio/shlink-web-component/index';
@import 'node_modules/bootstrap/scss/bootstrap.scss';
* {
outline: none !important;
}
:root {
scroll-behavior: auto;
color-scheme: var(--color-scheme);
}
2018-08-14 20:28:46 +02:00
html,
body,
#root {
height: 100%;
background: var(--secondary-color);
color: var(--text-color);
}