File tree Expand file tree Collapse file tree
src/routes/(console)/project-[region]-[project] Expand file tree Collapse file tree Original file line number Diff line number Diff line change 152152 class =" project-layout__lock-icon" />
153153 </div >
154154
155- <Layout .Stack gap =" xs " alignItems =" center" class = " project-layout__dialog " >
155+ <Layout .Stack gap =" s " alignItems =" center" >
156156 <Layout .Stack gap =" xs" alignItems =" center" >
157157 <Typography .Title size =" l" align =" center" >
158158 Project is currently blocked
162162 </Typography .Text >
163163 </Layout .Stack >
164164
165- {#if hasPremiumSupport }
166- <Button secondary on:click ={contactSupport }>Contact support</Button >
167- {:else }
168- <Button secondary href =" mailto:support@appwrite.io" >Contact support</Button >
169- {/if }
165+ <div class =" u-margin-block-start-12" >
166+ {#if hasPremiumSupport }
167+ <Button secondary on:click ={contactSupport }>Contact support</Button >
168+ {:else }
169+ <Button secondary href =" mailto:support@appwrite.io" >Contact support</Button >
170+ {/if }
171+ </div >
170172 </Layout .Stack >
171173 </div >
172174 {/if }
241243 display : block ;
242244 }
243245
244- :global(.project-layout__dialog .button ) {
245- min-width : 10rem ;
246- min-height : 2.75rem ;
247- padding-inline : 1rem ;
248- border-radius : 0.9rem ;
249- background : color-mix(in srgb , var (--bgcolor-neutral-primary , #ffffff ) 92% , transparent );
250- border : 1px solid color-mix(in srgb , var (--border-neutral , #d7d7db ) 75% , transparent );
251- box-shadow : 0 2px 8px rgba (17 , 24 , 39 , 0.04 );
252- }
253-
254- :global(.project-layout__dialog .button .text ) {
255- color : var (--fgcolor-neutral-secondary , #56565c );
256- font-size : 1rem ;
257- font-weight : 500 ;
258- }
259-
260246 .layout-level-progress-bars {
261247 gap : 1rem ;
262248 z-index : 100 ;
You can’t perform that action at this time.
0 commit comments