30 lines
499 B
CSS
30 lines
499 B
CSS
[class*="html--pdp-breadcrumb"] {
|
|
margin-left: 40px;
|
|
}
|
|
|
|
[class*="html"] {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
}
|
|
[class*='html'] > [class*='button'] {
|
|
width: 100%;
|
|
height: 49px;
|
|
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;
|
|
}
|