[Common] synchronize toolbar styles to makets

This commit is contained in:
Maxim Kadushkin 2017-06-15 20:19:29 +03:00
parent 04079fec8d
commit 74f3f9f79a
2 changed files with 5 additions and 6 deletions

View file

@ -87,7 +87,7 @@
max-width: 200px;
height: 100%;
cursor: pointer;
padding: 7px 16px 7px 12px;
padding: 7px 24px 7px 12px;
i {
width: 86px;

View file

@ -60,7 +60,6 @@
position: relative;
overflow: hidden;
display: flex;
padding-top: 2px;
> ul {
padding: 0;
@ -79,11 +78,10 @@
position: relative;
.tab-bg {
position: absolute;
height: 24px;
height: 28px;
width: 100%;
top: 6px;
top: 4px;
background-color: @tabs-bg-color;
border-radius: 2px 2px 0 0;
}
&:hover {
@ -103,12 +101,13 @@
display: inline-block;
line-height: @height-tabs;
height: 100%;
padding: 2px 8px;
padding: 1px 12px;
text-decoration: none;
cursor: default;
font-size: 11px;
text-align: center;
color: #fff;
letter-spacing: 0.7px;
position: relative;