forked from M3-Academy/m3-academy-template-vtexio
37 lines
652 B
CSS
37 lines
652 B
CSS
.MenuBottomMobile{
|
|
background: #292929;
|
|
height: 50px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.MenuBottomMobileUserIcon{
|
|
margin-right: 13px;
|
|
}
|
|
|
|
.MenuBottomMobileLink{
|
|
font-family: "Lato",sans-serif;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
text-transform: uppercase;
|
|
color: #FFFFFF;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.MenuBottomMobileContent{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.MenuBottomMobileSeparator{
|
|
display: block;
|
|
height: 18px;
|
|
width: 2px;
|
|
background: #ffffff;
|
|
margin: 0 6px;
|
|
}
|