[DE] increased tab's font
This commit is contained in:
parent
b4c6efcb4f
commit
768291c1ca
|
@ -31,6 +31,7 @@
|
||||||
|
|
||||||
.box-tabs {
|
.box-tabs {
|
||||||
height: @height-tabs;
|
height: @height-tabs;
|
||||||
|
font-size: 12px;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
@ -100,10 +101,9 @@
|
||||||
padding: 1px 12px;
|
padding: 1px 12px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
font-size: 11px;
|
font-size: 12px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
letter-spacing: 0.7px;
|
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue