diff options
Diffstat (limited to 'front/src/styles/trill.css')
-rw-r--r-- | front/src/styles/trill.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/front/src/styles/trill.css b/front/src/styles/trill.css index 5687c7a..0a21ed5 100644 --- a/front/src/styles/trill.css +++ b/front/src/styles/trill.css @@ -306,6 +306,17 @@ footer .icon { /* min-width: 64px; */ } +footer .icon .icon-wrapper { + cursor: pointer; + display: inline-block; + transition: transform 0.1s ease, opacity 0.1s ease; +} + +footer .icon .icon-wrapper:hover { + transform: scale(1.1); + opacity: 0.8; +} + footer #menu-icon { width: 32px !important; /* margin-left: 20px; */ |