feat: moved some link-share.scss styles to the contentLinkShare and linkSharing components

This commit is contained in:
Dominik Pschenitschni 2021-10-18 14:33:13 +02:00
parent 3e456782df
commit 57d5afa530
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
3 changed files with 27 additions and 24 deletions

View file

@ -52,4 +52,24 @@ export default {
box-shadow: none;
}
}
.link-share-view {
.logo {
max-width: 300px;
width: 90%;
margin: 2rem 0 1.5rem;
}
.column {
max-width: 100%;
}
.card {
background: $white;
}
.title {
text-shadow: 0 0 1rem $white;
}
}
</style>