Project

General

Profile

« Previous | Next » 

Revision 58648

[Trunk | Connect]:
1. community.component.html: Remove 'communityBackground' class | Use class 'generalSearchForm' instead of 'publicationsSearchForm'.
2. contentPage.component.ts & curators.component.html & nationalBulletinsPage.component.ts & organizationsPage.component.ts & projectsPage.component.ts & subjects.component.ts & invite.component.html:
Remove 'communityBackground' class.
3. shareInZenodo.component.html: Remove 'communityBackground' class | Remove 'uk-margin-top' from tag with class 'communityPanelBackground'.
4. user.component.ts: Remove 'communityBackground' class | Move 'uk-margin-small-top' after section tag.
5. connect-custom.css: Add background css for '.communityApp .custom-main-content', '.generalSearchForm .subtitle' and '.generalSearchForm .title'.
6. customization.css: Remove css for '.communityBackground' (was added during connect redesign).

View differences:

connect-custom.css
246 246
    background-color: var(--portal-dark-color);
247 247
}
248 248

  
249
.communityApp .custom-main-content {
250
    background-color: #F7FCFF;
251
    /*background-color: lightpink;*/
252
    color: #000000 !important;
253
    font-size: 14px !important;
254
    min-height: 60vh;
255
}
256

  
257
.generalSearchForm .subtitle{
258
    color: #000000 !important;
259
    opacity: 0.6;
260
}
261

  
262
.generalSearchForm .title{
263
    color: #000000 !important;
264
    font-size: 28px;
265
    font-weight: 400;
266
    font-family: 'Open Sans', sans-serif !important;
267
}
268

  
249 269
/*END OF CONNECT REDESIGN*/
250 270

  
251 271
.communityApp .uk-logo{

Also available in: Unified diff