[DE] increased tab's font

This commit is contained in:
Maxim Kadushkin 2017-06-26 15:50:30 +03:00
parent b4c6efcb4f
commit 768291c1ca

View file

@ -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;
} }