contacts page style finished

This commit is contained in:
tiago.kayaya
2020-12-31 11:37:35 +01:00
parent ebc7132a38
commit 24c39630fc
5 changed files with 191 additions and 52 deletions
@@ -26,6 +26,9 @@
float: left;
width: 280px;
margin: 2.5px 0 0 5px;
display: flex;
align-items: center;
}
.right{
padding: 0!important;
@@ -62,6 +65,8 @@
.title{
font-size: 25px;
overflow: auto;
float: left;
}
.div-icon{
width: 40px;
@@ -160,7 +165,8 @@
letter-spacing: normal;
}
.user-status-online{
display: block;
display: block;
float: left;
color:#99e47b;
padding-left: 10px;
}