Line 67: | Line 67: | ||
} | } | ||
− | .logoHolder | + | .logoHolder{ |
position: fixed; | position: fixed; | ||
left: 0; | left: 0; | ||
− | top: | + | top: 16px; |
+ | width: 150px; | ||
+ | height: 150px; | ||
padding: 10px; | padding: 10px; | ||
− | + | opacity: 0; | |
− | opacity: 0 | + | |
border-radius: 50%; | border-radius: 50%; | ||
− | |||
z-index: 500; | z-index: 500; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
cursor: pointer; | cursor: pointer; | ||
− | |||
transition: .2s; | transition: .2s; | ||
− | |||
} | } | ||
− | . | + | .logoHolder.sticky{ |
− | width: | + | width: 100px; |
+ | height: 100px; | ||
+ | background-color: snow; | ||
+ | opacity: 0.9; | ||
+ | box-shadow: 2px 2px 5px slategray!important; | ||
} | } | ||
Revision as of 09:57, 29 July 2021