mirror of
https://github.com/zaaarf/friendenstein.git
synced 2024-11-25 00:44:51 +01:00
feat: better pop up for social icon
This commit is contained in:
parent
361d2c712e
commit
012484c4c8
1 changed files with 7 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue