diff options
Diffstat (limited to 'public/help/styles.css')
-rw-r--r-- | public/help/styles.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/public/help/styles.css b/public/help/styles.css index 99ff809d..9c4720d0 100644 --- a/public/help/styles.css +++ b/public/help/styles.css @@ -322,4 +322,33 @@ svg { cursor: default; background-color: var(--disabled); color: grey; +} + +.dearrow-link { + display: flex; + align-items: center; + justify-content: center; + text-decoration: none; + + font-size: 16px; +} + +.dearrow-link img { + width: 35px; + padding: 10px +} + +.dearrow-link .close-button { + opacity: 0; + width: 15px; + filter: invert(0.3); + transition: opacity 0.2s; +} + +.dearrow-link:hover .close-button { + opacity: 1; +} + +.hidden { + display: none; }
\ No newline at end of file |