Skip to content
Snippets Groups Projects
Commit dfbdc467 authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

Merge branch '530-font-size' into 'dev'

fix(ui): font size

See merge request !787
parents bd6a618f 6bc0eb3c
No related branches found
No related tags found
2 merge requests!805V3.0.1,!787fix(ui): font size
......@@ -28,7 +28,7 @@ header {
.tag {
cursor: pointer;
user-select: none;
@include font-regular-14;
@include font-regular-16;
box-sizing: border-box;
padding: 0 16px;
height: 60px;
......@@ -37,7 +37,7 @@ header {
border-bottom: 3px solid transparent;
transition: all 0.3s ease-in-out;
&.active {
@include font-bold-14;
@include font-bold-16;
border-color: $grey-1;
}
&:hover {
......
......@@ -61,7 +61,7 @@
.tab {
cursor: pointer;
user-select: none;
@include font-regular-14;
@include font-regular-16;
box-sizing: border-box;
padding: 0 16px;
height: 60px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment