File tree Expand file tree Collapse file tree 5 files changed +29
-6
lines changed
Expand file tree Collapse file tree 5 files changed +29
-6
lines changed Original file line number Diff line number Diff line change @@ -182,8 +182,8 @@ div#portal-colophon {
182182 align-items : center ;
183183 background : #ecf6f9 ;
184184 flex-direction : row ;
185- gap : 40 px ;
186- border : #2e4972 solid 1 px ;
185+ gap : 30 px ;
186+ border : none ;
187187}
188188
189189#portal-column-content .section-contact .contact-type-organization {
@@ -231,16 +231,17 @@ header#content-header {
231231.r-add-event a ,
232232.r-add-news a ,
233233#portal-header #portal-header-top #header-links .account {
234- color : #000 ;
234+ color : #fff ;
235235 padding : 10px 20px ;
236- background : $primary-light !important ;
236+ background : $primary !important ;
237237 border-radius : 10px ;
238238 border : solid 1px $primary ;
239239
240240 & :hover ,
241241 & :focus {
242- background : #fff !important ;
242+ background : $primary-light !important ;
243243 border : solid 1px $primary ;
244+ color : #000 ;
244245 }
245246}
246247
@@ -283,3 +284,15 @@ footer#portal-footer-wrapper {
283284body .template-block_view #content-core ::after {
284285 background-color : transparent ;
285286}
287+
288+ .multicontact {
289+ gap : 20px ;
290+ }
291+
292+ div #subsite-navigation {
293+ padding : 0 ;
294+ }
295+
296+ .multicontact {
297+ gap : 10px ;
298+ }
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ $subsite-logo-color: #fff !default;
125125$subsite-navbar-bg : #fff !default ;
126126
127127// sub-sitenav
128- $sub-navbar-padding : 1 rem 0 !default ;
128+ $sub-navbar-padding : 0 ;
129129$sub-nav-link-color : #000 !default ;
130130$sub-nav-link-open-color : #000 !default ;
131131$sub-nav-link-drop-color : #000 !default ;
Original file line number Diff line number Diff line change @@ -607,3 +607,13 @@ body .r-content > button {
607607.section-contact .contact-type-mission ::after {
608608 display : none ;
609609}
610+
611+ #messagesviewlet {
612+ position : absolute ;
613+ top : 145px ;
614+ width : 95% ;
615+ left : 0 ;
616+ right : 0 ;
617+ align-items : center ;
618+ margin : 0 auto ;
619+ }
You can’t perform that action at this time.
0 commit comments