From 21ff7fe6b27d214630d4421915da3868b12f5447 Mon Sep 17 00:00:00 2001
From: Gaelle Morin <morin.gaelle@gmail.com>
Date: Thu, 6 Dec 2018 19:50:33 +0100
Subject: [PATCH] fix

---
 src/styles/main.scss | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/styles/main.scss b/src/styles/main.scss
index df634b73..71532364 100644
--- a/src/styles/main.scss
+++ b/src/styles/main.scss
@@ -142,24 +142,24 @@ h4 {
 
 .menu-notification {
   //flex-basis: 3em;
-  width: 2em;
-  flex-shrink: 0;
-  flex-grow: 0;
+  align-items: center;
   display: flex;
   flex-direction: column;
+  flex-grow: 0;
+  flex-shrink: 0;
   justify-content: center;
-  align-items: center;
+  width: 2em;
 
   > div {
+    align-items: center;
+    background-color: $color-yellow-light;
+    border-radius: 100%;
     color: $color-black;
     display: flex;
+    font-size: 12px;
+    height: 1.7em;
     justify-content: center;
-    align-items: center;
     width: 1.7em;
-    height: 1.7em;
-    border-radius: 100%;
-    background-color: $color-yellow-light;
-    font-size: 12px;
   }
 }
 
-- 
GitLab