Skip to content

Commit aa9779d

Browse files
committed
Theme Farciennes - Search
1 parent 588f661 commit aa9779d

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

farciennes/src/scss/agenda.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

farciennes/src/scss/hp.scss

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ footer#portal-footer-wrapper {
9696
z-index: 99;
9797

9898
@media (min-width: 992px) {
99-
padding-top: 5rem;
99+
padding-top: 10rem;
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+
}

0 commit comments

Comments
 (0)