no message
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
page-messages {
|
page-messages {
|
||||||
|
|
||||||
|
ion-header {
|
||||||
|
|
||||||
|
.button {
|
||||||
|
color: #9e9ea8;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.col {
|
.col {
|
||||||
color: #acacac;
|
color: #acacac;
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user