m3-academy-template-vtexio-.../storefront/styles/sass/partials/breadcrumb/vtex.breadcrumb.scss
Caroline Moran f2a03c53ae first commit
2022-08-11 09:06:07 -04:00

32 lines
603 B
SCSS

.container--m3-product-breadcrumb {
font-size: 12px;
}
.link--m3-product-breadcrumb,
.term--m3-product-breadcrumb {
text-transform: uppercase;
color: $color-gray4;
line-height: 14px;
}
.arrow--m3-product-breadcrumb {
color: $color-gray4;
}
.link--m3-product-breadcrumb:hover {
color: #808080;
}
.link{
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
font-size: 12px;
transition: ease-in .22s all;
}
:global(.vtex-breadcrumb-1-x-term){
font-family: 'Roboto', sans-serif;
font-size: 12px;
line-height: 14px;
text-transform: uppercase;
color: $color-gray4;
}