fix
This commit is contained in:
parent
c01fa3bb74
commit
2ccf477c6c
49 changed files with 6 additions and 2 deletions
34
resources/[standalone]/ps-multijob/svelte-source/global.css
Normal file
34
resources/[standalone]/ps-multijob/svelte-source/global.css
Normal file
|
@ -0,0 +1,34 @@
|
|||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
:root {
|
||||
--color-green: #02f1b5;
|
||||
--color-orange: #ff4545;
|
||||
--color-darkestblue: #131121;
|
||||
--color-darkerblue: #222033;
|
||||
--color-darkblue: #424057;
|
||||
--color-white: #ffffff;
|
||||
--color-black: #000000;
|
||||
--color-lightestgrey: #dadada;
|
||||
--color-lightgrey: #cacaca;
|
||||
--color-grey: #797979;
|
||||
--font-color: rgba(var(--theme-white), 0.87);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 2px;
|
||||
background-color: rgba(60, 60, 60, 1);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue