File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -148,12 +148,12 @@ export default {
148148
149149.first-run-wizard {
150150 & __wrapper {
151- min-height :500px ;
152151 position : relative ;
153152 overflow : hidden ;
154153 padding : calc (var (--default-grid-baseline ) * 5 );
155- height : 100% ;
156154 border-radius : var (--border-radius-large );
155+ display : flex ;
156+ min-height : min (520px , 80vh );
157157 }
158158
159159 & __background-circle--first-page {
@@ -180,12 +180,13 @@ export default {
180180
181181 & __logo {
182182 height : 70px ;
183- position : relative ;
184183 background-repeat : no-repeat ;
185184 background-position : center ;
186185 background-size : 100px ;
187- width : 120px ;
188186 margin : auto ;
187+ position : absolute ;
188+ left : 0 ;
189+ width : 100% ;
189190 }
190191}
191192
Original file line number Diff line number Diff line change 2323
2424<template >
2525 <div class =" page__wrapper" >
26- <div class =" page__scroller" >
26+ <div class =" page__scroller first-page " >
2727 <h2 class =" page__heading" >
2828 {{ t('firstrunwizard', 'A collaboration platform that puts you in control') }}
2929 </h2 >
@@ -86,4 +86,8 @@ export default {
8686
8787<style lang="scss" scoped>
8888@import " pageStyles" ;
89+
90+ .first-page {
91+ margin-top : 80px ;
92+ }
8993 </style >
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ export default {
7777@import " pageStyles" ;
7878
7979.page__content {
80- margin : calc (var (--default-grid-baseline ) * 8 ) 0 calc (var (--default-grid-baseline ) * 4 ) 0 ;
80+ margin : calc (var (--default-grid-baseline ) * 6 ) 0 calc (var (--default-grid-baseline ) * 4 ) 0 ;
8181}
8282
8383.version-number {
You can’t perform that action at this time.
0 commit comments