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