19 lines
243 B
SCSS
19 lines
243 B
SCSS
![]() |
.custom-logo-image {
|
||
|
background: white;
|
||
|
margin: 0 auto 10px;
|
||
|
max-width: 150px;
|
||
|
padding: 5px;
|
||
|
}
|
||
|
|
||
|
.brand {
|
||
|
background: var(--btn-default-bg);
|
||
|
}
|
||
|
|
||
|
.header-inner {
|
||
|
padding-top: 100px;
|
||
|
|
||
|
@include mobile() {
|
||
|
padding-top: 50px;
|
||
|
}
|
||
|
}
|