Line 280: | Line 280: | ||
width: 20px; | width: 20px; | ||
height: 20px; | height: 20px; | ||
− | cursor: pointer; | + | cursor: pointer; |
− | + | ||
padding: 28px; | padding: 28px; | ||
− | |||
border: 3px solid white; | border: 3px solid white; | ||
border-radius: 100%; | border-radius: 100%; | ||
box-shadow: 0px 4px 12px 2px rgba(0,0,0,0.3); | box-shadow: 0px 4px 12px 2px rgba(0,0,0,0.3); | ||
} | } | ||
+ | |||
+ | close a { | ||
+ | background: #149375; | ||
+ | color: white; | ||
+ | } | ||
+ | |||
.close:hover { | .close:hover { | ||
− | + | border: 3px solid #149375; | |
+ | } | ||
+ | |||
+ | close a:hover{ | ||
+ | color: #149375; | ||
} | } | ||
Revision as of 07:58, 5 June 2017