Ryancoates (Talk | contribs) |
Ryancoates (Talk | contribs) |
||
Line 52: | Line 52: | ||
/* The Close Button */ | /* The Close Button */ | ||
+ | <!-- ORIGINAL | ||
.close { | .close { | ||
− | color: white | + | color: white; |
− | position: relative | + | position: relative; |
font-size: 75px; | font-size: 75px; | ||
font-weight: bold; | font-weight: bold; | ||
top: 50% !important; | top: 50% !important; | ||
margin-top: -700px; | margin-top: -700px; | ||
− | right: 0 !important; | + | right: 0; |
+ | z-index: 1; | ||
+ | opacity: 0.6; | ||
+ | |||
+ | } | ||
+ | --> | ||
+ | |||
+ | .close { | ||
+ | color: white !important; | ||
+ | font-size: 75px !important; | ||
+ | font-weight: bold !important; | ||
z-index: 1 !important; | z-index: 1 !important; | ||
opacity: 0.6 !important; | opacity: 0.6 !important; | ||
− | + | position: absolute !important; | |
+ | right: 0 !important; | ||
+ | top: 0 !important; | ||
} | } | ||
Revision as of 15:48, 9 September 2018