forked from M3-Academy/challenge-vtex-io
13 lines
243 B
SCSS
13 lines
243 B
SCSS
.container{
|
|
background-color: $color-white;
|
|
font-weight: 700;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
.homeIcon{
|
|
display: none;
|
|
}
|
|
.homeLink::after{
|
|
content: 'Home';
|
|
display: inline-block;
|
|
}
|
|
} |