Claregao98 (Talk | contribs) |
Claregao98 (Talk | contribs) |
||
Line 68: | Line 68: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
margin: 0 auto auto auto; | margin: 0 auto auto auto; | ||
+ | } | ||
+ | |||
+ | .iconmedal::before { | ||
+ | content: ""; | ||
+ | display: none; | ||
+ | height: 100%; | ||
+ | width: 100%; | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | background-color: rgba(52, 73, 94, 0.75); | ||
+ | } | ||
+ | |||
+ | .icon-wrapper:hover .iconmedal:before, | ||
+ | .icon-wrapper:focus .iconmedal:before { | ||
+ | display: block; | ||
} | } | ||
Revision as of 06:58, 23 October 2017