22 lines
296 B
SCSS
22 lines
296 B
SCSS
@use '../../../card-item-common';
|
|
|
|
::ng-deep .extreme-blur {
|
|
filter: brightness(50%) blur(4px)
|
|
}
|
|
|
|
.overlay-information {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.upcoming-header {
|
|
font-size: 0.8rem;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.card-title {
|
|
width: 146px;
|
|
}
|
|
|
|
.card-content {
|
|
font-size: 0.8rem;
|
|
}
|