Style the "share QR" link

Only available in supporting browsers.
This commit is contained in:
N-Pex 2023-10-17 11:27:06 +02:00
parent 78955e0a1f
commit 34bc2f4440
5 changed files with 30 additions and 10 deletions

View file

@ -96,12 +96,26 @@
}
.getlink-share {
position: absolute;
right: 20px;
bottom: 24px;
width: 24px;
height: 17px;
object-fit: contain;
color: #161616;
text-align: center;
font-family: "Inter";
font-size: 11.541px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 16.158px */
letter-spacing: 0.34px;
text-transform: uppercase;
color: black;
display: flex;
align-items: center;
justify-content: center;
.v-image {
flex: 0 0 14px;
width: 14px;
height: 10px;
object-fit: contain;
margin-left: 4px;
}
}
.getlink-buttons {