2023-08-08 00:06:29 +03:00
|
|
|
@import '@shlinkio/shlink-frontend-kit/base'; // Before bootstrap stylesheet. Includes SASS var overrides
|
2020-12-08 13:39:16 +03:00
|
|
|
@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';
|
2018-07-18 21:26:45 +03:00
|
|
|
|
2021-01-29 01:09:09 +03:00
|
|
|
* {
|
|
|
|
outline: none !important;
|
|
|
|
}
|
|
|
|
|
2022-03-07 11:13:23 +03:00
|
|
|
:root {
|
|
|
|
scroll-behavior: auto;
|
2022-06-12 21:18:31 +03:00
|
|
|
color-scheme: var(--color-scheme);
|
2022-03-07 11:13:23 +03:00
|
|
|
}
|
|
|
|
|
2018-08-14 21:28:46 +03:00
|
|
|
html,
|
|
|
|
body,
|
|
|
|
#root {
|
2018-09-01 12:37:58 +03:00
|
|
|
height: 100%;
|
2021-01-29 01:09:09 +03:00
|
|
|
background: var(--secondary-color);
|
|
|
|
color: var(--text-color);
|
2018-05-13 12:58:35 +03:00
|
|
|
}
|