Files
Pfosi-Looking/src/pages/messages/messages.scss

47 lines
643 B
SCSS

page-messages {
ion-toolbar {
.toolbar-title {
color: #ffffff;
font-size: 2.42em;
font-weight: 700;
line-height: 1.29;
}
}
ion-header {
.button {
color: #9e9ea8;
}
}
.col {
color: #ffffff;
font-family: 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, sans-serif;
line-height: 1.5;
&.username {
font-weight: 700;
}
&.timestamp {
font-size: 0.7em;
font-style: italic;
text-align: right;
}
.latest-message {
font-size: 0.8em;
}
}
.list {
> .item-block:last-child {
border-bottom: none;
}
}
}