wip/75099-rouen-metropole-ajustements (#75099) #191

Merged
csechet merged 3 commits from wip/75099-rouen-metropole-ajustements into main 2023-03-10 10:36:53 +01:00
2 changed files with 11 additions and 9 deletions

View File

@ -144,7 +144,7 @@ main {
margin-top: 2em;
}
.column div.a2-block,
.columns div.a2-block,
.gru-content div.cell,
Review

Ça va déclarer 2 fois .block.

Ça va déclarer 2 fois `.block`.
Review

Bien vu. J'ai retiré le !important qui était là je sais pas pourquoi aussi.

Bien vu. J'ai retiré le !important qui était là je sais pas pourquoi aussi.
.block {
margin-bottom: 30px;
@ -180,7 +180,7 @@ main {
.gru-content div.a2-block h2,
.gru-content .block h2 {
background-color: $gray-light;
background-color: $authentik-title-background;
}
%button {
@ -201,9 +201,9 @@ body.authentic-page, body.registration-page {
}
}
div.gru-nav-wrapper {
background: $gray-light;
background: $authentik-header-background;
li:hover > a {
background-color: $gray-light;
background-color: $authentik-header-background;
color: black;
text-decoration: underline;
}

View File

@ -52,6 +52,7 @@ $button-color: $primary-color;
$button-focus-outline: none;
$button-hover-background: $primary-color;
$button-hover-color: $font-color;
$buttons-order: previous, submit (grow), cancel;
$widget-focus-outline: 2px solid $blue;
@ -63,10 +64,11 @@ $wcs-step-current-border-bottom: $wcs-step-border-bottom;
$wcs-step-current-color: $primary-color;
$wcs-steps-spacing: 0em;
$authentik-header-background: $gray-light;
$authentik-button-background: $gray-light;
$authentik-button-color: black;
$authentik-button-hover-background: $gray-dark;
$authentik-button-hover-color: white;
$authentik-title-background: $primary-color;
$authentik-header-background: $primary-color;
$authentik-button-background: $font-color;
$authentik-button-color: $primary-color;
$authentik-button-hover-background: $primary-color;
$authentik-button-hover-color: $font-color;
$back-top-display: mobile-only;