challenge-vtex-io-Mateus-Lopes/styles/css/vtex.breadcrumb.css

27 lines
339 B
CSS
Raw Normal View History

2023-01-23 23:31:22 +00:00
.container {
display: flex;
align-items: center;
font-size: 16px;
line-height: 19px;
font-weight: 400;
color: #929292 !important;
}
.homeIcon {
display: none;
}
.homeLink::before {
content: "Home";
display: flex;
color: #929292 !important;
}
.arrow--1 {
display: none;
}
.link--2 {
color: #929292 !important;
}