Styling tweaks
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,4 +13,11 @@ page-messages {
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list {
|
||||||
|
|
||||||
|
> .item-block:last-child {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user