127 lines
2.6 KiB
SCSS
127 lines
2.6 KiB
SCSS
@import "@/assets/css/main.scss";
|
|
|
|
.getlink-root {
|
|
background-color: $background;
|
|
|
|
.getlink-loggedin {
|
|
text-align: center;
|
|
button {
|
|
min-width: 200px !important;
|
|
}
|
|
}
|
|
|
|
.getlink-image {
|
|
text-align: center;
|
|
max-width: 325px;
|
|
max-height: 257px;
|
|
width: 100%;
|
|
.v-icon__component {
|
|
width: unset;
|
|
height: unset;
|
|
}
|
|
}
|
|
|
|
.getlink-title {
|
|
color: #000;
|
|
text-align: center;
|
|
font-family: "Poppins";
|
|
font-size: 28px;
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
line-height: 108.5%; /* 30.38px */
|
|
letter-spacing: -0.8px;
|
|
white-space: pre-line;
|
|
margin-top: 50px;
|
|
}
|
|
|
|
.getlink-info {
|
|
color: #000;
|
|
text-align: center;
|
|
font-feature-settings: "clig" off, "liga" off;
|
|
font-family: "Inter";
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: 117%; /* 18.72px */
|
|
letter-spacing: 0.4px;
|
|
margin: 15px 9px 40px 9px;
|
|
}
|
|
|
|
.getlink-subtitle {
|
|
color: #000;
|
|
text-align: center;
|
|
font-feature-settings: "clig" off, "liga" off;
|
|
font-family: "Inter";
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: 117%; /* 18.72px */
|
|
letter-spacing: 0.4px;
|
|
margin: 13px 20px 18px 20px;
|
|
}
|
|
|
|
.qr-container {
|
|
flex-direction: column;
|
|
align-items: stretch;
|
|
|
|
border-radius: 18px;
|
|
border: 1px solid #ededed;
|
|
background: #fff;
|
|
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.07);
|
|
|
|
.col:nth-child(1) {
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
|
|
text-align: center;
|
|
.qr {
|
|
width: 120px !important;
|
|
height: 120px !important;
|
|
}
|
|
}
|
|
.public-link {
|
|
background-color: transparent;
|
|
border: none !important;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
#btn-copy-room-link {
|
|
background-color: var(--v-primary-base) !important;
|
|
}
|
|
|
|
.link-copied-in-place .v-btn__content {
|
|
font-family: "Inter", sans-serif !important;
|
|
font-size: 12px !important;
|
|
text-transform: none !important;
|
|
color: black;
|
|
}
|
|
|
|
.getlink-share {
|
|
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 {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
margin-top: -20px;
|
|
}
|
|
}
|