close #24, Kalender hinzugefügt

This commit is contained in:
2023-08-17 16:25:20 +02:00
parent 79af4e9907
commit 2ae47f86f0
19 changed files with 223 additions and 32 deletions

View File

@@ -21,6 +21,7 @@ $doorWidth: ($kalenderWidth - 3.5*$marginLeftRight - 3*$marginBetween)/4
/*background-size: $backgroundWidth
background-size: $backgroundSize
background-position: $bgPosition
//padding: 0 0 10vh 0
div
position: absolute
@@ -32,7 +33,7 @@ $doorWidth: ($kalenderWidth - 3.5*$marginLeftRight - 3*$marginBetween)/4
h3
padding-top: 1.5rem
font-weight: bold
//font-weight: bold
padding: 1rem
color: #E8690F
@@ -87,7 +88,7 @@ $doorWidth: ($kalenderWidth - 3.5*$marginLeftRight - 3*$marginBetween)/4
pointer-events: none
cursor: default
@for $row from 0 through 5
@for $row from 0 through 6
@for $col from 0 through 3
$leftCalc: $marginLeftRight+($doorWidth+$marginBetween+2*$doorBorderSize)*$col
$topCalc: $marginTop+($doorWidth+$marginBetween+2*$doorBorderSize)*$row