shlink-web-client/src/index.scss

22 lines
512 B
SCSS
Raw Normal View History

2023-08-08 00:06:29 +03:00
@import '@shlinkio/shlink-frontend-kit/base'; // Before bootstrap stylesheet. Includes SASS var overrides
@import 'node_modules/bootstrap/scss/bootstrap.scss';
2023-08-08 00:06:29 +03:00
@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);
}
2018-08-14 21:28:46 +03:00
html,
body,
#root {
height: 100%;
background: var(--secondary-color);
color: var(--text-color);
}