Fixed navbar backbutton padding

(cherry picked from commit 13e27601df)
This commit is contained in:
Torkel Ödegaard
2019-02-19 09:47:24 +01:00
committed by Leonard Gram
parent a32d5ed16a
commit 56f75e9e9d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -162,7 +162,7 @@
.sidemenu-open {
.navbar {
padding-left: 20px;
padding-left: 25px;
margin-left: 0;
}
}
@@ -178,7 +178,7 @@
display: flex;
height: $navbarHeight;
align-items: center;
padding-left: 7px;
padding-right: 13px;
}
.navbar-edit__back-btn {
+1 -1
View File
@@ -38,7 +38,7 @@
flex-flow: row wrap;
justify-content: flex-start;
height: auto;
padding: 0px $dashboard-padding;
padding: 0px $dashboard-padding 0 25px;
border-bottom: 1px solid #0000;
transition-duration: 0.35s;
transition-timing-function: ease-in-out;