Project

General

Profile

« Previous | Next » 

Revision 57501

[Trunk | Explore]:
1. Folder assets/explore-assets added (svn external to admin portal).
2. assers/explore-custom.css: Add/Change classes for home page redesign.
3. home.component.ts: Get page help texts.
4. home.component.html:
Page redesign (cards section, numbers section, position of questions section)
Help texts (trello button - position: top, text in orange section - position: right, graph section & cards section - position: bottom, questions section - position: left (hack)).

View differences:

explore-custom.css
121 121

  
122 122
.portal-color.emphasis {
123 123
  color: #37C7E9;
124
  font-size: 50px;
125
  font-weight: 300;
124
  font-size: 40px;
125
  font-weight: bold;
126 126
}
127 127

  
128
.numbers-background {
129
    background: transparent url('numbers_background_pattern.svg') 0% 0% no-repeat padding-box;
130
    background-size: cover;
131
}
132

  
133
.numbers-background .emphasis {
134
    font-size: 40px;
135
    font-weight: bold;
136
}
137

  
128 138
.iframeContainer{
129 139
    overflow: hidden;
130 140
}
......
148 158
    transition-duration:0.3s;
149 159
}
150 160

  
161
.homePageGrayBackground {
162
    background: #FAFAFA 0% 0% no-repeat padding-box;
163
}
151 164

  
152 165
.graph-background {
153 166
  background: var(--portal-main-color) 0 0 no-repeat padding-box;
......
203 216
}
204 217

  
205 218
.explorePanelBackground .uk-grid-divider > :not(.uk-first-column)::before {
206
    border-left: 1px solid rgba(255, 255, 255, .2);
219
    border-left: 1px solid rgba(0, 0, 0, .2);
207 220
}
208 221

  
209 222
.explorePanelBackground .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {

Also available in: Unified diff