2023-08-05 11:14:03 +02:00
|
|
|
@import '@shlinkio/shlink-frontend-kit/base';
|
|
|
|
@import '@shlinkio/shlink-frontend-kit/index';
|
2023-08-07 20:43:05 +02:00
|
|
|
@import '@shlinkio/shlink-web-component/index';
|
2020-12-08 11:39:16 +01:00
|
|
|
@import 'node_modules/bootstrap/scss/bootstrap.scss';
|
2018-07-18 20:26:45 +02:00
|
|
|
|
2021-01-28 23:09:09 +01:00
|
|
|
* {
|
|
|
|
outline: none !important;
|
|
|
|
}
|
|
|
|
|
2022-03-07 09:13:23 +01:00
|
|
|
:root {
|
|
|
|
scroll-behavior: auto;
|
2022-06-12 20:18:31 +02:00
|
|
|
color-scheme: var(--color-scheme);
|
2022-03-07 09:13:23 +01:00
|
|
|
}
|
|
|
|
|
2018-08-14 20:28:46 +02:00
|
|
|
html,
|
|
|
|
body,
|
|
|
|
#root {
|
2018-09-01 11:37:58 +02:00
|
|
|
height: 100%;
|
2021-01-28 23:09:09 +01:00
|
|
|
background: var(--secondary-color);
|
|
|
|
color: var(--text-color);
|
2018-05-13 11:58:35 +02:00
|
|
|
}
|