diff --git a/library-css/card.scss b/library-css/card.scss index 9cf7306..2ca0210 100644 --- a/library-css/card.scss +++ b/library-css/card.scss @@ -78,3 +78,9 @@ background-color: white; transform: rotateY(180deg); } + +.uk-card.disabled { + box-shadow: none; + cursor: not-allowed; +} + diff --git a/library.css b/library.css index 51a714f..68ed1af 100644 --- a/library.css +++ b/library.css @@ -766,11 +766,6 @@ dd:last-child { background-color: white; } -.portalSearchCard.disabled { - box-shadow: none; - cursor: not-allowed; -} - .badges { position: absolute; top: 0;