Compare commits

..

29 Commits

Author SHA1 Message Date
Frédéric Péters 8f1d4e52ce villejuif: use own copy of dialog-warning.png, no longer used elsewhere (#75382)
gitea/publik-base-theme/pipeline/head This commit looks good Details
2023-04-18 16:34:03 +02:00
Frédéric Péters fffa4cfa98 scss: remove slow transition for widget borders (#75382) 2023-04-18 16:34:03 +02:00
Thomas Jund 9607123871 ma-cnil: remove custom field on error styles (#75382) 2023-04-18 16:34:03 +02:00
Thomas Jund 4a1986a4cb orleans: use custom style for field on error (#75382) 2023-04-18 16:34:03 +02:00
Thomas Jund 5c1864c9d7 grandlyon-glc: use custom style for field on error (#75382) 2023-04-18 16:34:03 +02:00
Thomas Jund 1132a07458 loire-atlantique-cd44: remove custom field on error styles (#75382) 2023-04-18 16:34:03 +02:00
Thomas Jund 6b73b695b0 hautes-alpes-territoire: use custom style for field on error (#75382) 2023-04-18 16:34:03 +02:00
Thomas Jund 322773a7f9 lille: remove useless custom field on error styles (#75382) 2023-04-18 16:34:03 +02:00
Thomas Jund 048a1d6fba miribel: use custom color for $error-color (#75382) 2023-04-18 16:34:03 +02:00
Thomas Jund f392423f79 sables-d-olonne-2022: use custom style for field on error (#75382) 2023-04-18 16:34:03 +02:00
Thomas Jund 814db93ec8 hautes-alpes-cd05-2020: use custom style for field on error (#75382) 2023-04-18 16:34:03 +02:00
Thomas Jund 4810aadd36 lille-metropole-2022: use custom style for field on error (#75382) 2023-04-18 16:34:03 +02:00
Thomas Jund c3a5a66603 toulouse-2022: use custom style for field on error (#75382) 2023-04-18 16:34:02 +02:00
Thomas Jund 8cfa4ddd04 izi-ici: remove unused margin-left on div.error (#75382) 2023-04-18 16:34:02 +02:00
Thomas Jund f780708a45 villejuif: use custom style for field on error (#75382) 2023-04-18 16:34:02 +02:00
Thomas Jund 384baffd71 dsfr: use custom style for field on error (#75382) 2023-04-18 16:34:02 +02:00
Thomas Jund 96912a3c67 metz-metropole-2019: use custom style for field on error (#75382) 2023-04-18 16:34:02 +02:00
Thomas Jund cb85640acd cnil: remove background image of div.error(#75382) 2023-04-18 16:34:02 +02:00
Thomas Jund 46a874a985 villeurbanne-2018: remove custom .error font-size (#75382) 2023-04-18 16:34:02 +02:00
Thomas Jund 21cabe033f ac-versailles: use custom style for field on error (#75382) 2023-04-18 16:34:02 +02:00
Thomas Jund 854388dcda nantes: use custom style for field on error (#75382) 2023-04-18 16:34:02 +02:00
Thomas Jund 0faa09fada css: improve styles of form field on error (#75382) 2023-04-18 16:34:02 +02:00
Corentin Sechet 750d6f1f9d rouen-metropole: change add-more-items button style (#76551)
gitea/publik-base-theme/pipeline/head This commit looks good Details
2023-04-18 15:52:58 +02:00
Corentin Sechet 8724b1458a rouen-metropole: fix tracking-code aligment & position on wcs pages (#76551) 2023-04-18 15:52:58 +02:00
Corentin Sechet b378fe62ed rouen-metropole: make title fit cells width (#76551) 2023-04-18 15:52:58 +02:00
Corentin Sechet f565d6cb9c rouen-metropole: change cells border color (#76551) 2023-04-18 15:52:58 +02:00
Corentin Sechet d74b24dcd3 rouen-metropole: change buttons order (#76551) 2023-04-18 15:52:58 +02:00
Corentin Sechet 234eeaeeef rouen-metropole: add no-border-cell custom class (#76551) 2023-04-18 15:52:58 +02:00
Corentin Sechet 258a9a9d90 rouen-metropole: add margin to column-bottom placeholder (#76551) 2023-04-18 15:52:58 +02:00
4 changed files with 57 additions and 8 deletions

View File

@ -132,12 +132,16 @@ div#toplinks {
}
%title {
display: inline;
left: 15px;
margin-bottom: -1em;
margin-top: 1.5em;
position: relative;
top: -0.5em;
top: -22px;
}
div.cell {
padding-right: 0;
h2:first-child {
margin-left: 10px !important;
margin-right: 10px !important;
}
}
main {
@ -150,6 +154,10 @@ main {
margin-bottom: 30px;
}
.gru-content .theme-no-border-cell {
border: none;
}
.form-content--title {
@media screen and ($max-mobile-viewport) {
font-size: 2em;
@ -227,3 +235,40 @@ body.authentic-page, body.registration-page {
}
}
.combo-placeholder{
&--columns-top,
&--columns-bottom {
margin-right: 0;
}
&--columns-bottom {
margin-top: 30px;
}
}
div#tracking-code {
@media($min-desktop-viewport) {
text-align: center;
}
@media($max-mobile-viewport) {
h3 {
top: 0;
}
}
}
.add-more-items {
display: flex;
justify-content: center;
&--button {
background: $yellow;
height: 2em;
width: 2em;
font-size: 1.35em;
font-weight: bold;
margin: 0.5rem;
border-radius: 100%;
}
}

View File

@ -4,6 +4,7 @@ $yellow: #ffd400;
$yellow-dark: #efc600;
$blue: #3584e4;
$gray-light: #bfbfbf;
$gray: #999999;
$gray-dark: #333333;
$back-top-display: block;
@ -52,10 +53,13 @@ $button-color: $primary-color;
$button-focus-outline: none;
$button-hover-background: $primary-color;
$button-hover-color: $font-color;
$buttons-order: previous, submit (grow), cancel;
$buttons-order: previous, cancel (grow), submit;
$widget-focus-outline: 2px solid $blue;
$cell-border: 1px solid $gray;
$cell-entry-border: 1px solid $gray;
$wcs-step-background: $primary-color;
$wcs-step-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
$wcs-step-color: $font-color;

View File

@ -176,7 +176,7 @@ div#rub_service .drafts-recall, div#rub_service form {
}
div.infonotice::before, div.warningnotice::before, div.errornotice::before {
content: url(/static/dialog-warning.png);
content: url(dialog-warning.png);
}
@if ($field-on-error-style == custom) {

View File

Before

Width:  |  Height:  |  Size: 683 B

After

Width:  |  Height:  |  Size: 683 B