- UI Revisions

This commit is contained in:
2018-05-29 00:30:49 -04:00
parent a7833a9314
commit 8f5ec53ac4
33 changed files with 487 additions and 447 deletions

View File

@@ -1,5 +1,16 @@
page-messages {
ion-toolbar {
.toolbar-title {
color: #ffffff;
font-size: 2.42em;
font-weight: 700;
line-height: 1.29;
text-decoration: underline;
}
}
ion-header {
.button {
@@ -8,10 +19,12 @@ page-messages {
}
.col {
color: #acacac;
color: #ffffff;
font-family: 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, sans-serif;
line-height: 1.5;
&.username {
font-size: 0.8em;
font-weight: 700;
}
&.timestamp {
@@ -19,6 +32,10 @@ page-messages {
font-style: italic;
text-align: right;
}
.latest-message {
font-size: 0.8em;
}
}
.list {