fix
This commit is contained in:
parent
d01e288c31
commit
21ff7fe6b2
@ -142,24 +142,24 @@ h4 {
|
|||||||
|
|
||||||
.menu-notification {
|
.menu-notification {
|
||||||
//flex-basis: 3em;
|
//flex-basis: 3em;
|
||||||
width: 2em;
|
align-items: center;
|
||||||
flex-shrink: 0;
|
|
||||||
flex-grow: 0;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
flex-grow: 0;
|
||||||
|
flex-shrink: 0;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
width: 2em;
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
|
align-items: center;
|
||||||
|
background-color: $color-yellow-light;
|
||||||
|
border-radius: 100%;
|
||||||
color: $color-black;
|
color: $color-black;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
width: 1.7em;
|
|
||||||
height: 1.7em;
|
|
||||||
border-radius: 100%;
|
|
||||||
background-color: $color-yellow-light;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
height: 1.7em;
|
||||||
|
justify-content: center;
|
||||||
|
width: 1.7em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user