Move card disabled to card.scss

This commit is contained in:
Konstantinos Triantafyllou 2021-10-19 15:25:13 +03:00
parent 5e5d21610d
commit 443ef4d544
2 changed files with 6 additions and 5 deletions

View File

@ -78,3 +78,9 @@
background-color: white;
transform: rotateY(180deg);
}
.uk-card.disabled {
box-shadow: none;
cursor: not-allowed;
}

View File

@ -766,11 +766,6 @@ dd:last-child {
background-color: white;
}
.portalSearchCard.disabled {
box-shadow: none;
cursor: not-allowed;
}
.badges {
position: absolute;
top: 0;