diff --git a/src/theme/variables.scss b/src/theme/variables.scss index 9da84140a..a54eef907 100644 --- a/src/theme/variables.scss +++ b/src/theme/variables.scss @@ -610,3 +610,42 @@ body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; } --indicator-color: transparent !important; --indicator-color-checked: transparent !important; } + + + + +.gov{ + --login-background: linear-gradient(180deg, #C63527 60%, #000 100%) !important; + --button-hover: #42B9FE; + --inicio-open-page-from-box: #42B9FE; + --color : hsl(195, 3%, 77%); + --color2: #f0f0f0; + --color3: #D9D9D9; + --color4: #d9d9d9ee; + --color5: #ececec; + --header-tab-top-border: #000; +} + +.gov2{ + --login-background: linear-gradient(180deg, #C63527 60%, #000 100%) !important; + --button-hover: #FFB81C; + --inicio-open-page-from-box: #C63527; + --color : hsl(0, 69%, 44%); + --color2: #681a13e8; + --color3: #C63527; + --color4: #c63427e7; + --color5: #681a13e8; + --header-tab-top-border: #000; +} + +.default { + --login-background: linear-gradient(180deg, #42B9FE 0%, #0782C9 100%) !important; + --button-hover: #42B9FE; + --inicio-open-page-from-box: #42B9FE; + --color : hsl(195, 3%, 77%); + --color2: #f0f0f0; + --color3: #D9D9D9; + --color4: #d9d9d9ee; + --color5: #ececec; + --header-tab-top-border: white; +}