From 31ef146ebdf850034f17ca9620fa77746b0d218d Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Mon, 13 Jun 2022 15:28:20 +0000 Subject: [PATCH] update styles --- assets/sass/_utils.sass | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/assets/sass/_utils.sass b/assets/sass/_utils.sass index 73a9e8b..047e25a 100644 --- a/assets/sass/_utils.sass +++ b/assets/sass/_utils.sass @@ -77,4 +77,20 @@ display: grid grid-gap: 1.5rem max-width: 98vw !important - max-height: 98vw !important \ No newline at end of file + max-height: 98vw !important + + +.link + display: inline-flex + align-items: center + width: 2.5rem + margin: 0 0.25rem + padding: 0 0.25rem + opacity: 0 + transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) + svg, img + width: 1.5rem + height: 1.5rem + fill: var(--theme) + &_owner:hover & + opacity: 0.9 -- Gitblit v1.10.0