Skip to content
Snippets Groups Projects
Commit 21ff7fe6 authored by Gaelle Morin's avatar Gaelle Morin
Browse files

fix

parent d01e288c
No related branches found
Tags v0.5.86
No related merge requests found
......@@ -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;
}
}
......
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