This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/styles/theme/link-share.scss

59 lines
789 B
SCSS
Raw Normal View History

2019-12-19 22:09:23 +00:00
.link-share-view {
.logo {
max-width: 500px;
width: 90%;
margin: 2em 0 4em;
}
.logout {
text-align: right;
margin-bottom: 1rem;
2019-12-19 22:09:23 +00:00
}
.column {
max-width: 100%;
}
.card {
background: $white;
}
.title {
text-shadow: 0 0 1rem $white;
}
2019-12-19 22:09:23 +00:00
}
2020-02-09 16:54:02 +00:00
.link-share-list {
.field.has-addons {
.control:first-child {
2020-02-09 16:54:02 +00:00
width: 100%;
}
.button {
height: 40px;
}
@media screen and (max-width: $tablet) {
.control:first-child {
display: none;
}
.button {
border-radius: $radius !important;
}
}
}
}
.sharables-list:not(.card-content) {
2020-02-09 16:54:02 +00:00
overflow-y: auto
}
.link-share-container.has-background .container {
max-width: 100vw;
.column {
width: 100%;
margin: 0;
}
2020-02-09 16:54:02 +00:00
}