Styling tweaks

This commit is contained in:
2018-03-07 02:50:58 -05:00
parent f67ab11ec7
commit 0e4e0ce224
3 changed files with 16 additions and 2 deletions

View File

@@ -21,6 +21,14 @@ ion-toolbar {
.toolbar-background { .toolbar-background {
background-color: #000000; background-color: #000000;
} }
.button {
color: #9e9ea8;
}
.toolbar-title {
color: #9e9ea8;
}
} }
ion-title { ion-title {

View File

@@ -27,7 +27,7 @@ page-chat {
content: ''; content: '';
height: 0; height: 0;
right: 2rem; right: 2rem;
margin-bottom: -0.625em; margin-bottom: -0.6em;
margin-left: -0.312em; margin-left: -0.312em;
position: absolute; position: absolute;
width: 0; width: 0;
@@ -43,7 +43,6 @@ page-chat {
border-left: 0; border-left: 0;
border-top-color: #6fbedf; border-top-color: #6fbedf;
right: auto; right: auto;
margin-bottom: -0.625em;
margin-right: -0.312em; margin-right: -0.312em;
left: 2rem; left: 2rem;
} }

View File

@@ -13,4 +13,11 @@ page-messages {
text-align: right; text-align: right;
} }
} }
.list {
> .item-block:last-child {
border-bottom: none;
}
}
} }