challenge-vtex-io-samuelcon.../react/components/Html/style.css

33 lines
533 B
CSS
Raw Normal View History

[class*="html--pdp-breadcrumb"] {
margin-left: 40px;
}
[class*="html"] {
display: flex;
2023-02-03 18:33:31 +00:00
width: 100%;
gap: 10px;
2023-01-31 21:26:49 +00:00
margin-bottom: 16px;
}
2023-02-03 18:33:31 +00:00
[class*='html']>[class*='button'] {
width: 100%;
height: 49px;
2023-02-03 18:33:31 +00:00
border-radius: 0;
margin-right: 40px;
background: #000;
border: #000;
}
[class*="html"]>[class*='flexRow'] {
width: 100%;
height: 49px;
display: flex;
align-items: center;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
color: #FFFFFF;
}