17 lines
466 B
CSS
17 lines
466 B
CSS
/* ========================================================= */
|
|
/* Layouts: VSF Register Step 1 */
|
|
/* ========================================================= */
|
|
|
|
.sg-vsf-register-step-1 {
|
|
display: grid;
|
|
place-items: center;
|
|
min-height: 100vh;
|
|
padding: 1vh var(--layout-page-content-inset-inline) 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.sg-vsf-register-step-1__card {
|
|
width: 100%;
|
|
max-width: var(--layout-object-card-max-width);
|
|
}
|