MOBILE-3509 notifications: Improve styles for digests

main
Pau Ferrer Ocaña 2020-08-07 11:14:36 +02:00 committed by Dani Palou
parent 8b45f1c624
commit 4fe4284677
1 changed files with 20 additions and 19 deletions

View File

@ -6,37 +6,28 @@ page-addon-notifications-list {
} }
.item core-format-text { .item core-format-text {
.forumpost { .forumpost {
border: 1px solid #dee2e6; border: 1px solid $gray-light;
display: block; width: 100%;
padding: 6px;
margin: 0 0 1em 0; margin: 0 0 1em 0;
td { td {
padding: 3px; padding: $content-padding;
} }
.header { .header {
padding: 5px; background-color: $gray-lighter;
border-bottom: 1px solid #e3e3e3;
margin-bottom: 3px;
} }
.picture { .picture {
width: auto; width: auto;
text-align: center;
img {
margin: 3px;
&.userpicture {
margin-left: 3px;
margin-right: 10px;
}
}
} }
.subject { .subject {
font-weight: 700; font-weight: 700;
margin-bottom: 1rem;
} }
} }
@ -49,13 +40,23 @@ page-addon-notifications-list {
} }
.mdl-right { .mdl-right {
text-align: right; @include text-align('end');
a {
display: none;
}
font {
font-size: 0.9em;
}
}
.commands {
display: none;
} }
hr { hr {
margin-top: 1.5rem; margin-top: 1.5rem;
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
background-color: #e3e3e3; background-color: $gray-light;
} }
} }
} }