24 lines
351 B
SCSS
24 lines
351 B
SCSS
.container {
|
|
padding: 0;
|
|
font-size: 14px;
|
|
|
|
.homeIcon {
|
|
display: none;
|
|
}
|
|
.homeLink {
|
|
padding-left: 0;
|
|
&::before {
|
|
content: "Home";
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: #929292;
|
|
}
|
|
}
|
|
}
|
|
|
|
.agenciamagma-store-theme-5-x-html--prateleira {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
}
|