ed
This commit is contained in:
parent
600d79af31
commit
5d11084641
136 changed files with 12007 additions and 584 deletions
1
resources/[freizeit]/[gym]/ps-ui/web/css/master.css
Normal file
1
resources/[freizeit]/[gym]/ps-ui/web/css/master.css
Normal file
|
@ -0,0 +1 @@
|
|||
@import './themes.css';
|
16
resources/[freizeit]/[gym]/ps-ui/web/css/themes.css
Normal file
16
resources/[freizeit]/[gym]/ps-ui/web/css/themes.css
Normal file
|
@ -0,0 +1,16 @@
|
|||
:root {
|
||||
--color-green: #02f1b5;
|
||||
--color-palegreen: #039672;
|
||||
--color-darkblue: #131313;
|
||||
--color-blue: #0057ae;
|
||||
--color-lightgrey: #dadada;
|
||||
--color-white: #ffffff;
|
||||
--color-black: #000000;
|
||||
--color-darkgrey: #6a6a6a;
|
||||
--color-red: #e10404;
|
||||
|
||||
--cube-bg-darkgreen: #0f2a25;
|
||||
|
||||
font-size: 0.8em;
|
||||
font-family: 'roboto', sans-serif;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue