[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; max-width: 200px;
height: 100%; height: 100%;
cursor: pointer; cursor: pointer;
padding: 7px 16px 7px 12px; padding: 7px 24px 7px 12px;
i { i {
width: 86px; width: 86px;

View file

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