4,092
edits
No edit summary |
No edit summary Tag: Reverted |
||
Line 1,242: | Line 1,242: | ||
font-family: HALColant-TextRegular!important; | font-family: HALColant-TextRegular!important; | ||
cursor: pointer; | cursor: pointer; | ||
} | |||
.hidden { | |||
display: none; | |||
} | |||
.visible { | |||
display: block; | |||
opacity: 0; | |||
transition: opacity 0.5s ease; | |||
} | |||
.visible.show { | |||
opacity: 1; | |||
} | } |