[Common] synchronize toolbar styles to makets
This commit is contained in:
parent
04079fec8d
commit
74f3f9f79a
|
@ -87,7 +87,7 @@
|
|||
max-width: 200px;
|
||||
height: 100%;
|
||||
cursor: pointer;
|
||||
padding: 7px 16px 7px 12px;
|
||||
padding: 7px 24px 7px 12px;
|
||||
|
||||
i {
|
||||
width: 86px;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue