mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
15 lines
307 B
SCSS
15 lines
307 B
SCSS
@import '../../../../../styles/variables';
|
|
|
|
.card {
|
|
a > div {
|
|
position: relative;
|
|
.thumbnail-overlay {
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%;
|
|
background-color: map-get($theme-colors, primary);
|
|
}
|
|
}
|
|
}
|