Show list background when viewing a link share
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
.app-container.has-background {
|
||||
.app-container.has-background, .link-share-container.has-background {
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
@ -47,4 +47,13 @@
|
||||
|
||||
.navbar.has-background {
|
||||
background: $transparent-background-light;
|
||||
}
|
||||
|
||||
.link-share-container.has-background .view {
|
||||
background: transparent;
|
||||
border: none;
|
||||
|
||||
.logout .button {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
@ -7,11 +7,16 @@
|
||||
|
||||
.logout {
|
||||
text-align: right;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.column {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.card {
|
||||
background: $white;
|
||||
}
|
||||
}
|
||||
|
||||
.link-share-list {
|
||||
|
Reference in New Issue
Block a user