26 lines
299 B
SCSS
26 lines
299 B
SCSS
|
// .container {
|
||
|
// margin: 0 8px;
|
||
|
// }
|
||
|
|
||
|
.element {
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.imageContainer {
|
||
|
width: 100%;
|
||
|
}
|
||
|
.containerNormal {
|
||
|
max-width: none !important;
|
||
|
}
|
||
|
|
||
|
.brandName {
|
||
|
font-weight: 400;
|
||
|
font-size: 18px;
|
||
|
line-height: 25px;
|
||
|
color: $color-black2;
|
||
|
}
|
||
|
|
||
|
.nameContainer {
|
||
|
padding: 16px 0 8px;
|
||
|
}
|