challenge-vtex-io-Mateus-Lopes/styles/css/vtex.breadcrumb.css
2023-02-03 23:15:51 -03:00

28 lines
358 B
CSS

.container {
display: flex;
align-items: center;
font-size: 16px;
line-height: 19px;
font-weight: 400;
color: #929292 !important;
padding: 0 40px;
}
.homeIcon {
display: none;
}
.homeLink::before {
content: "Home";
display: flex;
color: #929292 !important;
}
.arrow--1 {
display: none;
}
.link--2 {
color: #929292 !important;
}