17 lines
278 B
SCSS
17 lines
278 B
SCSS
.onboarding-layout {
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.navigation-bar {
|
|
background: var(--ktc-color-background-brandbar-default);
|
|
width: 100%;
|
|
padding: 16px;
|
|
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
|
|
@media (min-width: 442px) {
|
|
justify-content: center;
|
|
}
|
|
}
|