Skip to content

Commit

Permalink
Modif après visio
Browse files Browse the repository at this point in the history
  • Loading branch information
jerhero committed Dec 10, 2024
1 parent c4d6a67 commit 1b48ace
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion sainteode/src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,12 @@ footer #container-section-noussuivre {
}

.portaltype-imio-smartweb-page
#main-container
.sectionfiles
.section-container
.table_display
.table_image,
.portaltype-imio-smartweb-procedure
#main-container
.sectionfiles
.section-container
Expand All @@ -314,7 +320,8 @@ footer #container-section-noussuivre {
transition: all 0.25s ease;

&:hover {
background: $primary-green;
background: $primary-blue;
color: #fff;
transition: all 0.25s ease;
}
}
Expand Down Expand Up @@ -386,3 +393,9 @@ footer #container-section-noussuivre {
.sectiontext .section-text .body-section.figure-top .text h2:first-child {
margin-top: 0 !important;
}

.r-search {
.label input {
margin: 0 !important;
}
}

0 comments on commit 1b48ace

Please sign in to comment.