feat: better pop up for social icon

This commit is contained in:
zaaarf 2024-02-01 21:53:32 +01:00
parent 361d2c712e
commit 012484c4c8
No known key found for this signature in database
GPG key ID: 102E445F4C3F829B

View file

@ -59,13 +59,16 @@ div.home-container {
border-left: 4px solid transparent; border-left: 4px solid transparent;
border-right: 4px solid transparent; border-right: 4px solid transparent;
border-bottom: 4px solid var(--metaColor); border-bottom: 4px solid var(--metaColor);
padding-top: .5em;
} }
&-inner { &-inner {
padding-top: .5em;
font-weight: bold;
position: relative; position: relative;
padding: .2em .5em; padding: .4em 1em;
border: thin solid var(--metaColor); border: 2px dashed var(--metaColor);
border-radius: 2px; border-radius: 0.8rem;
&:before { &:before {
content: ""; content: "";
@ -77,6 +80,7 @@ div.home-container {
right: 0; right: 0;
z-index: -1; z-index: -1;
box-shadow: 0 0 20px 1px #000; box-shadow: 0 0 20px 1px #000;
border-radius: 0.8rem;
} }
} }
} }