Line 261: | Line 261: | ||
position: absolute; | position: absolute; | ||
width: 70vw; | width: 70vw; | ||
− | top: | + | top: 15vw; |
left: 15vw; | left: 15vw; | ||
border-radius: 20px; | border-radius: 20px; | ||
Line 269: | Line 269: | ||
.close { | .close { | ||
− | + | font-size: 24pt; | |
− | + | z-index: 3; | |
− | + | position: fixed; | |
− | + | right: 10vw; | |
− | + | top: 10vw; | |
− | + | display: flex; | |
− | + | flex-direction: row; | |
− | + | justify-content: center; | |
− | + | align-items: center; | |
− | + | width: 20px; | |
− | + | height: 20px; | |
− | + | cursor: pointer; | |
+ | background: #149375; | ||
+ | padding: 28px; | ||
+ | color: white; | ||
+ | border: 3px solid white; | ||
+ | border-radius: 100%; | ||
+ | box-shadow: 0px 4px 12px 2px rgba(0,0,0,0.3); | ||
} | } | ||
Revision as of 07:55, 5 June 2017