close #24, Kalender hinzugefügt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user