|
|
|
@ -23,8 +23,7 @@ |
|
|
|
|
margin-bottom: calc(12rem / 16); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.details, |
|
|
|
|
.mobileOpenCardToggle { |
|
|
|
|
.details { |
|
|
|
|
position: absolute; |
|
|
|
|
top: 0; |
|
|
|
|
right: 0; |
|
|
|
@ -34,22 +33,10 @@ |
|
|
|
|
font-size: calc(14rem / 16); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.mobileOpenCardToggle { |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.card[open] .shortDescription { |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.longDescription { |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.card[open] .longDescription { |
|
|
|
|
display: initial; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.card[open] .dropDownIcon { |
|
|
|
|
transform: rotate(180deg); |
|
|
|
|
} |
|
|
|
@ -63,14 +50,22 @@ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: calc(768rem / 16)) { |
|
|
|
|
.mobileOpenCardToggle { |
|
|
|
|
position: relative; |
|
|
|
|
margin: auto; |
|
|
|
|
display: initial; |
|
|
|
|
.details { |
|
|
|
|
bottom: 0; |
|
|
|
|
left: 0; |
|
|
|
|
top: unset; |
|
|
|
|
right: unset; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.dropDownIcon { |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.card { |
|
|
|
|
padding-bottom: calc(48rem / 16); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.details, |
|
|
|
|
.details .dropDownIcon { |
|
|
|
|
.nameSpacer { |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|