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
kolaente 8c82c2302f
All checks were successful
continuous-integration/drone/push Build is passing
Fix changing the right of a list shared with a user
2020-02-26 20:34:14 +01:00

41 lines
552 B
SCSS

.link-share-view {
.logo {
max-width: 500px;
width: 90%;
margin: 2em 0 4em;
}
.logout {
text-align: right;
}
.column {
max-width: 100%;
}
}
.link-share-list {
.field.has-addons {
.control:first-child{
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) {
overflow-y: auto
}