Styling tweaks
This commit is contained in:
@@ -21,6 +21,14 @@ ion-toolbar {
|
||||
.toolbar-background {
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
.button {
|
||||
color: #9e9ea8;
|
||||
}
|
||||
|
||||
.toolbar-title {
|
||||
color: #9e9ea8;
|
||||
}
|
||||
}
|
||||
|
||||
ion-title {
|
||||
|
||||
@@ -27,7 +27,7 @@ page-chat {
|
||||
content: '';
|
||||
height: 0;
|
||||
right: 2rem;
|
||||
margin-bottom: -0.625em;
|
||||
margin-bottom: -0.6em;
|
||||
margin-left: -0.312em;
|
||||
position: absolute;
|
||||
width: 0;
|
||||
@@ -43,7 +43,6 @@ page-chat {
|
||||
border-left: 0;
|
||||
border-top-color: #6fbedf;
|
||||
right: auto;
|
||||
margin-bottom: -0.625em;
|
||||
margin-right: -0.312em;
|
||||
left: 2rem;
|
||||
}
|
||||
|
||||
@@ -13,4 +13,11 @@ page-messages {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
.list {
|
||||
|
||||
> .item-block:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user