Project

General

Profile

« Previous | Next » 

Revision 57420

[Connect| Trunk]

customization options: update css for lattest deposit changes (OR - svg)

View differences:

modules/uoa-connect-portal/trunk/src/app/utils/customization/customization.component.ts
79 79
    css = css.concat(this.layout.panel.fonts.weight != null ? ('font-weight: ' + this.layout.panel.fonts.weight + '!important;') : '');
80 80
    css = css.concat(' }');
81 81

  
82
    css = css.concat('  .communityPanelBackground svg .stroke_line {');
83
    css = css.concat('  stroke:' + (this.layout.panel.fonts.color != null ? this.layout.panel.fonts.color : 'white') + ' !important;');
84
    css = css.concat(' }');
85

  
86
    css = css.concat('   .communityPanelBackground  svg .fill_text {');
87
    css = css.concat('  fill:' + (this.layout.panel.fonts.color != null ? this.layout.panel.fonts.color : 'white') + ' !important;');
88
    css = css.concat(' }');
89

  
90

  
82 91
    css = css.concat('  .communityPanelBackground div.uk-modal{color:#666 !important;}');
83 92

  
84 93
    css = css.concat('  .communityPanelBackground .uk-h6:not(.ignoreCommunityPanelBackground),.communityPanelBackground .uk-h5:not(.ignoreCommunityPanelBackground),.communityPanelBackground .uk-h4:not(.ignoreCommunityPanelBackground),.communityPanelBackground .uk-h3:not(.ignoreCommunityPanelBackground), .communityPanelBackground .uk-h2:not(.ignoreCommunityPanelBackground),.communityPanelBackground .uk-h1:not(.ignoreCommunityPanelBackground) {')
85 94
    css = css.concat(' color: ' + (this.layout.panel.title.color != null ? this.layout.panel.title.color : 'white') + ' !important;' );
86
    css = css.concat((this.layout.panel.title.weight != null ? ('font-weight: ' + this.layout.panel.title.weight + '!important;') : ''));
87 95
    css = css.concat(' }');
88 96

  
89 97
    css = css.concat('  .communityPanelBackground .uk-h5:not(.ignoreCommunityPanelBackground){');
90 98
    css = css.concat((this.layout.panel.title.family != null ? ('font-family: ' + this.layout.panel.title.family + ' !important;') : ''));
91 99
    css = css.concat((this.layout.panel.title.size != null ? ('font-size: ' + this.layout.panel.title.size + 'px !important;') : ''));
100
    css = css.concat((this.layout.panel.title.weight != null ? ('font-weight: ' + this.layout.panel.title.weight + '!important;') : ''));
92 101
    css = css.concat(' }');
93 102

  
94 103
    //Panel links

Also available in: Unified diff