remove chevron, no homepage button for element and add change client

This commit is contained in:
Bruno Windels
2020-12-07 13:34:22 +01:00
parent 166f5ded77
commit b5daf8fe0a
8 changed files with 62 additions and 48 deletions
-19
View File
@@ -2,25 +2,6 @@
padding: 16px 0;
}
.ClientListView > h2 {
display: flex;
align-items: center;
}
.ClientListView > h2 .back {
background: url('../images/chevron-left.svg');
background-color: none;
background-size: 40%;
background-repeat: no-repeat;
background-position: center;
border: none;
width: 24px;
height: 24px;
padding: 16px;
cursor: pointer;
margin-right: 8px;
}
.ClientView {
border: 1px solid #E6E6E6;
border-radius: 8px;