[Library | Trunk]: Card css: Add disable action button
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60535 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
a6b9c3b99f
commit
3fa390c8a5
|
@ -22,6 +22,10 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.uk-card .uk-button.action.uk-disabled {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.uk-card .uk-button.action:hover {
|
||||
box-shadow: 0 3px 6px rgba(71, 135, 230, 0.5);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue