mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
git-subtree-dir: community_server git-subtree-mainline: ff11f6efe35bba180260fe84077bcd94298895c1 git-subtree-split: b6544b9e69fb85d4da100934675323c3e8c8ef67
26 lines
752 B
CSS
26 lines
752 B
CSS
@charset "UTF-8";
|
|
/* ============================================================
|
|
|
|
Common CSS file, importing other files.
|
|
|
|
Datei : main.css
|
|
Datum : 2020-04-30
|
|
Autor : Christine Slotty
|
|
Copyright : Gradio
|
|
|
|
============================================================*/
|
|
|
|
@import url(normalize.css);
|
|
@import url(grd_styles.css);
|
|
|
|
/*! debug.css v0.0.3 | MIT License | https://gist.github.com/zaydek/6b2e55258734deabbd2b4a284321d6f6 */
|
|
[debug],
|
|
[debug] * {
|
|
color: hsla(210, 100%, 100%, 0.9) !important;
|
|
background: hsla(210, 100%, 50%, 0.5) !important;
|
|
outline: solid 0.25rem hsla(210, 100%, 100%, 0.5) !important;
|
|
|
|
box-shadow: none !important;
|
|
filter: none !important;
|
|
}
|