RTL: fix margins: public-layout.header.nav-button (#8823)

* RTL: fix margins: public-layout.header.nav-button

* add empty line to meet style guides
This commit is contained in:
Masoud Abkenar 2018-09-29 04:04:26 +02:00 committed by Yamagishi Kazutoshi
parent ef69c655cc
commit df2f4052b8
1 changed files with 9 additions and 0 deletions

View File

@ -294,4 +294,13 @@ body.rtl {
}
}
}
.public-layout {
.header {
.nav-button {
margin-left: 8px;
margin-right: 0;
}
}
}
}