shlink-web-client/src/index.scss
2023-08-07 23:06:29 +02:00

21 lines
512 B
SCSS

@import '@shlinkio/shlink-frontend-kit/base'; // Before bootstrap stylesheet. Includes SASS var overrides
@import 'node_modules/bootstrap/scss/bootstrap.scss';
@import '@shlinkio/shlink-frontend-kit/index'; // After bootstrap. Includes CSS overwrites
@import '@shlinkio/shlink-web-component/index';
* {
outline: none !important;
}
:root {
scroll-behavior: auto;
color-scheme: var(--color-scheme);
}
html,
body,
#root {
height: 100%;
background: var(--secondary-color);
color: var(--text-color);
}