no message

This commit is contained in:
2018-03-07 03:30:22 -05:00
parent 80af0530c9
commit f21238b61e
3 changed files with 10 additions and 4 deletions

View File

@@ -22,10 +22,7 @@ ion-toolbar {
background-color: #000000;
}
.button {
color: #9e9ea8;
}
.bar-button,
.toolbar-title {
color: #9e9ea8;
}

View File

@@ -1,5 +1,12 @@
page-messages {
ion-header {
.button {
color: #9e9ea8;
}
}
.col {
color: #acacac;

View File

@@ -4,6 +4,7 @@ page-profile {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
}
ion-toolbar {
@@ -32,6 +33,7 @@ page-profile {
&.open {
height: 100%;
overflow-y: scroll;
padding-top: 35px;
}