File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ body .sectionevents {
8282 top : 65% ;
8383 left : 50% ;
8484 width : 100vw ;
85- height : 120 % ;
85+ height : 130 % ;
8686 transform : translateX (-50% );
8787 background : url (" ../../assets/svg/frame-restez.svg" ) center / cover
8888 no-repeat ;
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ footer#portal-footer-wrapper {
9696 z-index : 99 ;
9797
9898 @media (min-width : 992px ) {
99- padding-top : 5 rem ;
99+ padding-top : 10 rem ;
100100 }
101101
102102 a {
@@ -460,3 +460,18 @@ div#header-actions a.account {
460460 grid-template-columns : repeat (2 , minmax (120px , 1fr ));
461461 }
462462}
463+
464+ // recherche
465+ .r-search-container .r-search-highlighter {
466+ background : $primary-light ;
467+ border-bottom : 0 solid $primary-light ;
468+ font-weight : 700 ;
469+ padding : 3px 2px 3px 10px ;
470+ border-radius : 10px 0 0 10px ;
471+ margin-right : 0 ;
472+ color : #000 ;
473+ }
474+
475+ input #search_button {
476+ background : $primary-dark ;
477+ }
You can’t perform that action at this time.
0 commit comments