Project

General

Profile

« Previous | Next » 

Revision 57407

[Trunk | Library]:
1. home.component.hmtl & explore-custom.css: Buttons for trello updated.
2. app-routing.module.ts & app.component.ts: Menu and routes updated for new deposit functionality (already used in connect portal).
3. deposit-routing.module.ts & deposit.component.ts & deposit.module.ts & searchDataprovidersToDeposit-routing.module.ts & searchDataprovidersToDeposit.component.ts & searchDataprovidersToDeposit.module.ts:
Files added for pages in new deposit functionality.
4. explore-custom.css: Classes for new deposit functionality in explore portal added.
5. env-properties.json: Properties for new deposit routes added (beta and production properties files need to be updated).

View differences:

explore-custom.css
167 167
  color: rgba(255, 255, 255, 0.71);
168 168
}
169 169

  
170
.trello-image {
171
    margin-top: -3px;
172
}
173

  
170 174
.trello-button {
171
  background-color: #0079BF;
172 175
  border: #0079BF 1px solid;
173
  color: white;
174 176
  text-transform: none !important;
175 177
  font-size: 16px;
178
  padding: 0 16px;
176 179
}
177 180

  
178
.trello-button:hover {
179
  background-color: white;
180
  color: #0079BF;
181
.trello-button-white {
182
    background-color: white;
183
    color: #0079BF;
181 184
}
182 185

  
186
.trello-button-blue {
187
    background-color: #0076BA;
188
    color: white;
189
}
190

  
191
.trello-button-white:hover {
192
    background-color: #E9EEF5;
193
    color: #0079BF;
194
}
195

  
196
.trello-button-blue:hover {
197
    background-color: #0084B1;
198
    color: white;
199
}
200

  
201
.explorePanelBackground {
202
    background: transparent linear-gradient(133deg, #F5F5F5 0%, #D8D8D8 100%) 0% 0% no-repeat padding-box;
203
}
204

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

  
209
.explorePanelBackground .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
210
    color: #bfbfbf;
211
}
212

  
213
.exploreBorder {
214
    border-color: #d8d8d8;
215
    border-style: solid;
216
    border-width: 2px;
217
    border-radius: 6px;
218
}
219

  
220
.exploreZenodoButton {
221
    background: transparent linear-gradient(90deg, #01367D 0%, #009AE1 100%) 0% 0% no-repeat padding-box;
222
    box-shadow: 0px 4px 10px #00000029;
223
    border: none;
224
    color: white;
225
}
226

  

Also available in: Unified diff