26 lines
440 B
SCSS
26 lines
440 B
SCSS
|
.container--testebread {
|
||
|
margin-left: 40px;
|
||
|
margin-right: 40px;
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
font-size: 14px;
|
||
|
line-height: 19px;
|
||
|
color: #929292;
|
||
|
|
||
|
.homeIcon--testebread {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.homeLink--testebread {
|
||
|
vertical-align: top;
|
||
|
&::after {
|
||
|
content: "Home";
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
font-size: 14px;
|
||
|
line-height: 19px;
|
||
|
color: #929292;
|
||
|
}
|
||
|
}
|
||
|
}
|