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; background-color: #000000;
} }
.button { .bar-button,
color: #9e9ea8;
}
.toolbar-title { .toolbar-title {
color: #9e9ea8; color: #9e9ea8;
} }

View File

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

View File

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