Remove last border bottom

This commit is contained in:
Peter Maquiran
2021-01-05 09:55:24 +01:00
parent 75f9dc0165
commit 2695162e65
+3 -2
View File
@@ -367,6 +367,7 @@ ion-toolbar{
padding: 0px;
margin: 0px;
.d-flex{
width: 100%;
height: 40px;
display: flex;
justify-content: space-between;
@@ -420,8 +421,8 @@ ion-toolbar{
}
}
li:last-child{
//border-bottom: unset !important;
//padding-bottom: unset !important;
border-bottom: unset !important;
padding-bottom: unset !important;
}
}