File tree Expand file tree Collapse file tree 4 files changed +40
-8
lines changed
Expand file tree Collapse file tree 4 files changed +40
-8
lines changed Original file line number Diff line number Diff line change @@ -112,9 +112,23 @@ input#search_button {
112112}
113113
114114// Section contact
115- .section-contact {
116- margin : 0 auto !important ;
117- padding : 18px ;
115+ .sectioncontact {
116+ .row {
117+ margin : 0 ;
118+ }
119+
120+ .section-contact {
121+ margin : 0 auto !important ;
122+ padding : 18px ;
123+
124+ .contact_informations {
125+ width : 100% ;
126+ }
127+
128+ .address {
129+ width : 100% ;
130+ }
131+ }
118132}
119133
120134.section-contact {
@@ -127,6 +141,16 @@ input#search_button {
127141 }
128142}
129143
130- .sectioncontact .bi ::before {
131- font-size : 35px ;
144+ .sectioncontact {
145+ margin-top : 1.5rem ;
146+
147+ .bi ::before {
148+ font-size : 35px ;
149+ }
150+ }
151+
152+ // Contact
153+ #portal-column-content .section-contact .contact-type-organization {
154+ background : $primary-svg ;
155+ border-radius : 10px ;
132156}
Original file line number Diff line number Diff line change 33 height : 275px ;
44 }
55
6+ .portaltype-imio-smartweb-portalpage .section-title {
7+ font-size : 2.5rem ;
8+ }
9+
610 .sectiontext.visuel-agenda {
711 display : none ;
812 }
6771 position : relative ;
6872}
6973
70- body ::after {
74+ body .portaltype-imio-smartweb-portalpage.section-home-page ::after {
7175 background : url (" ../../assets/svg/visu-fond.svg" );
7276 background-repeat : no-repeat ;
7377 background-size : cover ;
Original file line number Diff line number Diff line change 66@include media-breakpoint-down (md) {
77 .sortable-section.sectionlinks.quick-access ul .row {
88 gap : 35px ;
9+ grid-gap : 20px ;
10+ display : grid ;
11+ grid-auto-rows : 1fr ;
12+ grid-template-columns : repeat (auto-fit , minmax (150px , 150px ));
913 }
1014}
1115
Original file line number Diff line number Diff line change 11// *// COLORS
22$primary : #b80f28 ;
3- $primary-svg : #f5e9e7 ;
3+ $primary-svg : #f9f2f1 ;
44$primary-dark : #221e20 ;
55
66// *// TYPOGRAPHY
@@ -180,7 +180,7 @@ $quick-access-container-padding: 1rem 0 !default;
180180$quick-access-width : 80px ;
181181$quick-access-height : 80px ;
182182$quick-access-background : $primary-svg ;
183- $quick-access-border : solid 0 px $primary ;
183+ $quick-access-border : solid 2 px #fff ;
184184$quick-access-border-radius : 100px !default ;
185185$quick-access-shadow : none !default ;
186186$quick-access-svg-width : 35px ;
You can’t perform that action at this time.
0 commit comments