font sizes changed

This commit is contained in:
Gaelle Morin 2018-12-04 16:29:36 +01:00
parent 6f7a6482d2
commit 878c5d4310
1 changed files with 10 additions and 9 deletions

View File

@ -14,7 +14,6 @@
flex-basis: 16em;
overflow: hidden;
flex-direction: column;
font-size: 16px;
&.open {
transform: translateX(0);
@ -58,10 +57,11 @@ sib-router {
}
.sub-menu {
padding-left: 1.9em;
padding-left: 1.8em;
div{
color: $color-grey-mid;
padding-bottom: 0.7em;
font-size: 15px;
}
}
@ -89,7 +89,7 @@ sib-router {
.menu-notification > div {
background-color: $color-purple-dark;
color: $color-yellow-light;
font-size: 14px;
font-size: 12px;
}
}
@ -102,7 +102,7 @@ sib-router {
align-items: center;
display: flex;
flex-direction: column;
font-size: 12px;
font-size: 11px;
&:before {
width: 1.9em;
@ -130,7 +130,7 @@ sib-router {
display: flex;
justify-content: center;
align-items: center;
font-size: 12px;
font-size: 11px;
}
}
@ -144,7 +144,8 @@ sib-router {
flex-direction: column;
text-transform: uppercase;
font-weight: 600;
padding-left: 10px;
letter-spacing: 0.17px;
font-size: 16px;
}
.menu-notification {
@ -162,11 +163,11 @@ sib-router {
display: flex;
justify-content: center;
align-items: center;
width: 1.6em;
height: 1.6em;
width: 1.7em;
height: 1.7em;
border-radius: 100%;
background-color: $color-yellow-light;
font-size: 14px;
font-size: 12px;
}
}