18 lines
220 B
SCSS
18 lines
220 B
SCSS
.container {
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
padding: 0 40px 16px 40px;
|
|
|
|
.homeIconm,
|
|
.homeLink {
|
|
display: none;
|
|
}
|
|
|
|
.arrow--1 {
|
|
padding-left: 0;
|
|
.caretIcon {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|