@@ -680,21 +680,23 @@ function formatProjectStatus(status: ProjectWizardCreateResult['status']) {
680680@import " ~/assets/scss/theme.scss" ;
681681
682682.project-create-page {
683- height : calc (100vh - #{$navbar-height } );
684- padding-top : 1rem !important ;
685- padding-bottom : 1rem !important ;
683+ height : 100% ;
684+ padding : 0px 0px ;
685+ padding-top : 0px !important ;
686+ padding-bottom : 0px !important ;
686687 overflow : hidden ;
687688}
688689
689690.project-create-shell {
690- position : relative ;
691+ position : absolute ;
691692 display : grid ;
692693 grid-template-rows : auto minmax (0 , 1fr );
693694 height : 100% ;
694- background : #a9d3e6 ;
695- border : 1px solid rgba ($text-navy , 0.12 );
696- box-shadow : $box-shadow ;
695+ background : #ffffff ;
697696 overflow : hidden ;
697+ width : 100% ;
698+ top : 0px ;
699+ z-index : 9999 ;
698700}
699701
700702.project-create-header {
@@ -704,9 +706,9 @@ function formatProjectStatus(status: ProjectWizardCreateResult['status']) {
704706 align-items : center ;
705707 justify-content : space-between ;
706708 gap : 1rem ;
707- padding : 1.2 rem 1.5 rem ;
709+ padding : 15 px 40 px ;
708710 background-color : #fff ;
709- border-bottom : 1 px solid rgba ( $text-navy , 0.1 ) ;
711+ box-shadow : 0 px 3 px 6 px #00000029 ;
710712}
711713
712714.project-create-header-copy {
@@ -719,9 +721,8 @@ function formatProjectStatus(status: ProjectWizardCreateResult['status']) {
719721 margin : 0 ;
720722 padding-right : 1.45rem ;
721723 color : $text-navy ;
722- font-family : var (--secondary-font-family );
723- font-size : 1.15rem ;
724- font-weight : 700 ;
724+ font-size : 22px ;
725+ font-weight : 600 ;
725726 line-height : 1.2 ;
726727 border-right : 1px solid rgba ($text-navy , 0.15 );
727728}
@@ -733,13 +734,12 @@ function formatProjectStatus(status: ProjectWizardCreateResult['status']) {
733734}
734735
735736.project-create-workspace-label {
736- color : rgba ( $ secondary, 0.95 ) ;
737- font-size : 0.95 rem ;
737+ color : $text- secondary ;
738+ font-size : 14 px ;
738739}
739740
740741.project-create-workspace-copy strong {
741- font-family : var (--secondary-font-family );
742- font-size : 0.95rem ;
742+ font-size : 16px ;
743743 font-weight : 600 ;
744744}
745745
0 commit comments