23 lines
312 B
SCSS
23 lines
312 B
SCSS
|
.nameContainer {
|
||
|
justify-content: center !important;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.brandName {
|
||
|
font-family: "Open Sans";
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
font-size: 18px;
|
||
|
line-height: 25px;
|
||
|
color: #000000;
|
||
|
padding: 16px 0 8px !important;
|
||
|
}
|
||
|
|
||
|
.priceContainer {
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.element {
|
||
|
padding: 0;
|
||
|
}
|