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