File tree Expand file tree Collapse file tree 3 files changed +17
-6
lines changed
Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 5858 background : $primary-svg ;
5959}
6060
61- .h2 :not (.portaltype-imio-smartweb-portalpage ),
62- h2 :not (.portaltype-imio-smartweb-portalpage ) {
61+ body :not (.portaltype-imio-smartweb-portalpage ) .h2 ,
62+ body :not (.portaltype-imio-smartweb-portalpage ) h2 {
6363 font-size : 1.5rem !important ;
6464 font-weight : 500 !important ;
6565}
6666
67- .h3 :not (.portaltype-imio-smartweb-portalpage ),
68- h3 :not (.portaltype-imio-smartweb-portalpage ) {
67+ body :not (.portaltype-imio-smartweb-portalpage ) .h3 ,
68+ body :not (.portaltype-imio-smartweb-portalpage ) h3 {
6969 font-size : 1.3rem ;
7070}
7171
@@ -182,10 +182,12 @@ input#search_button {
182182
183183// Subsite
184184.subsite-container {
185+ border-radius : 10px ;
186+
185187 #subsite-logo {
186188 border-radius : 10px ;
187189
188- li .has_subtree. nav-item.inPath {
190+ li .nav-item {
189191 background : #fff ;
190192 padding : 10px ;
191193 border-radius : 10px ;
Original file line number Diff line number Diff line change @@ -132,3 +132,12 @@ body.portaltype-imio-smartweb-portalpage.section-home-page::after {
132132 margin : 0 auto ;
133133 }
134134}
135+
136+ // img section text and contact
137+ .sectiontext .section-text .body-section figure img ,
138+ #portal-column-content
139+ .section-contact
140+ .contact-type-organization
141+ .contact_leadimage {
142+ border-radius : 20px ;
143+ }
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ $swiper-raduis: 50px !default;
6464$swipper-bullet-color : $primary ;
6565
6666// *// HEADER
67- $main-logo-max-width : 115 px !default ;
67+ $main-logo-max-width : 130 px ;
6868$header-top-padding : 1rem 0 !default ;
6969$header-top-background : #fff !default ;
7070$header-center-nav : false !default ;
You can’t perform that action at this time.
0 commit comments