From 878c5d431022024d61cbbcc4efbd349f4c99fd0b Mon Sep 17 00:00:00 2001 From: Gaelle Morin Date: Tue, 4 Dec 2018 16:29:36 +0100 Subject: [PATCH] font sizes changed --- src/styles/menu.scss | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/styles/menu.scss b/src/styles/menu.scss index f5114c7..17e35d8 100644 --- a/src/styles/menu.scss +++ b/src/styles/menu.scss @@ -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; } }