Project

General

Profile

« Previous | Next » 

Revision 60680

[new-UI | Library assets]:
1. card.scss: Deleted rule for ".uk-card .uk-button.action.uk-invisible".
2. utils.scss: Added class "hide-element" which sets height and padding to 0, and overflow to hidden.

View differences:

modules/uoa-services-library/trunk/ng-openaire-library/src/assets/library-css/card.scss
25 25
  width: 100%;
26 26
}
27 27

  
28
.uk-card .uk-button.action.uk-invisible {
29
  height: 0 !important;
30
  padding: 0 !important;
31
}
32

  
33 28
.uk-card .uk-button.action.uk-width-auto {
34 29
  width: auto;
35 30
}
modules/uoa-services-library/trunk/ng-openaire-library/src/assets/library-css/utils.scss
121 121
.number-width {
122 122
  width: 270px;
123 123
}
124

  
125
.hide-element {
126
  padding: 0 !important;
127
  height: 0 !important;
128
  overflow: hidden !important;
129
}

Also available in: Unified diff