Files
bot-whatsapp/packages/portal/src/routes/index.css
Leifer Mendez 2ecc41f3f0 chore: pre-chore
2023-02-04 18:03:57 +01:00

23 lines
419 B
CSS

.page {
display: grid;
padding: 1rem;
gap: 2rem;
}
.page .qr-section.links {
display: flex;
gap: 1rem;
flex-wrap: wrap;
}
.page .btn-link {
background: white;
box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
padding: 10px;
border-radius: 5px;
font-weight: 600;
text-decoration: none;
color: #1a1a1a;
border: solid 1px #afafaf;
}