style: small tweaks on blocks

This commit is contained in:
cv
2023-04-06 20:46:24 +02:00
parent ba62276951
commit e36b19a511
10 changed files with 57 additions and 66 deletions
@@ -2,8 +2,11 @@
@use '../../../theme/ontimeColours' as *;
@use '../blockMixins' as *;
$skip-opacity: 0.1;
.eventBlock {
@include block-styling;
background-color: $block-bg;
display: grid;
grid-template-areas:
@@ -29,7 +32,6 @@
&.skip {
border: 1px solid $white-3;
box-shadow: none;
.delayNote,
.eventTitle,
@@ -37,7 +39,7 @@
.binder,
.eventTimers,
.eventStatus {
opacity: $opacity-disabled;
opacity: $skip-opacity;
}
}
}