[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. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60680 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
976bc41b99
commit
1e728cf9e7
|
@ -25,11 +25,6 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.uk-card .uk-button.action.uk-invisible {
|
||||
height: 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.uk-card .uk-button.action.uk-width-auto {
|
||||
width: auto;
|
||||
}
|
||||
|
|
|
@ -121,3 +121,9 @@ div:not(.uk-logo) > img {
|
|||
.number-width {
|
||||
width: 270px;
|
||||
}
|
||||
|
||||
.hide-element {
|
||||
padding: 0 !important;
|
||||
height: 0 !important;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue