Skip to content

Commit a754379

Browse files
committed
Enable new UI option
1 parent c71d0ba commit a754379

28 files changed

Lines changed: 929 additions & 599 deletions

www/assets/css/account.css

Lines changed: 50 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ body.theme-b {
181181
content: ":";
182182
}
183183

184+
.breadcrumbs {
185+
margin-top: 1rem;
186+
}
187+
184188
.billing-history {
185189
display: block;
186190
padding-top: 2em;
@@ -663,13 +667,13 @@ body.theme-b {
663667
/**
664668
* begin signup step 2
665669
*/
666-
667670
.signup-flow-layout * {
668671
box-sizing: border-box;
669672
}
670673

671674
.signup-flow-layout body {
672675
display: block;
676+
background-color: #141e33;
673677
}
674678

675679
.signup-flow-layout header {
@@ -682,6 +686,18 @@ body.theme-b {
682686
padding-bottom: 1.5rem;
683687
}
684688

689+
690+
.signup-flow-layout header ol {
691+
height: auto;
692+
max-height: 4.5rem;
693+
padding-left: 0;
694+
display: flex;
695+
justify-content: space-around;
696+
align-items: center;
697+
margin: 0;
698+
padding-right: 1.5rem;
699+
}
700+
685701
.signup-flow-layout header ol {
686702
padding-left: 0;
687703
display: flex;
@@ -700,9 +716,18 @@ body.theme-b {
700716
font-weight: 700;
701717
}
702718

719+
.signup-flow-layout header ol,
720+
.signup-flow-layout header .free-plan {
721+
height: auto;
722+
max-height: 4.5rem;
723+
margin-top: 1rem;
724+
margin-bottom: 1rem;
725+
padding-right: 1.5rem;
726+
}
727+
728+
703729
@media (min-width: 37.5rem) {
704730
.signup-flow-layout header {
705-
padding-left: 30px;
706731
display: flex;
707732
justify-content: flex-start;
708733
}
@@ -713,16 +738,33 @@ body.theme-b {
713738
margin: 1em 0;
714739
}
715740

716-
.signup-flow-layout header ol {
741+
.signup-flow-layout header ol,
742+
.signup-flow-layout header .free-plan {
717743
margin-left: 0;
744+
margin-top: 0rem;
745+
margin-bottom: 1rem;
718746
}
747+
}
719748

749+
@media (min-width: 50em) {
750+
.signup-flow-layout header ol,
720751
.signup-flow-layout header .free-plan {
721-
margin-left: 0;
752+
padding-right: 3rem;
722753
}
723754
}
724755

725-
@media (min-width: 86.25rem) {
756+
@media (min-width: 86em) {
757+
758+
.signup-flow-layout header ol,
759+
.signup-flow-layout header .free-plan {
760+
margin: 0;
761+
position: relative;
762+
height: 6rem;
763+
max-height: 6rem;
764+
top: 0.75rem;
765+
padding-right: 1rem;
766+
}
767+
726768
.signup-flow-layout header ol {
727769
margin-left: calc(50vw - 43.4375rem);
728770
}
@@ -927,16 +969,11 @@ a.button {
927969
/*
928970
* End signup step 2
929971
*/
930-
.signup-flow-layout wpt-header,
931-
.signup-flow-layout header {
932-
background: #141e33;
933-
}
934-
.signup-flow-layout header {
935-
padding-left: 0;
936-
margin-bottom: 0;
972+
.signup-flow-layout wpt-header {
973+
background-color: #141e33;
937974
}
975+
938976
.signup-flow-layout header {
939-
padding-left: 0;
940977
margin-bottom: 0;
941978
}
942979

@@ -945,13 +982,6 @@ a.button {
945982
padding-bottom: 1.5rem;
946983
}
947984

948-
.signup-flow-layout header ol {
949-
padding-left: 0;
950-
display: flex;
951-
justify-content: space-around;
952-
align-items: center;
953-
}
954-
955985
.signup-flow-layout header li {
956986
margin-left: 40px;
957987
color: #d0d0d0;
@@ -976,7 +1006,6 @@ a.button {
9761006

9771007
@media (min-width: 600px) {
9781008
.signup-flow-layout header {
979-
padding-left: 30px;
9801009
display: flex;
9811010
justify-content: flex-start;
9821011
}

www/assets/css/pagestyle2.css

Lines changed: 81 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5158,13 +5158,14 @@ label.test_preset_profile {
51585158

51595159
#simplemodal-overlay {
51605160
background-color: #000;
5161+
z-index: 9999999 !important;
51615162
}
51625163

51635164
#simplemodal-container {
51645165
background-color: #fff !important;
51655166
padding: 5vh 5vw;
51665167
position: fixed;
5167-
z-index: 9999999 !important;
5168+
z-index: 99999999 !important;
51685169
height: 80vh !important;
51695170
width: 80vw !important;
51705171
left: 5vw !important;
@@ -5175,6 +5176,85 @@ label.test_preset_profile {
51755176
border-radius: 1em;
51765177
}
51775178

5179+
#new-portal-dialog-container {
5180+
height: 312px !important;
5181+
max-height: 600px;
5182+
min-width: 400px;
5183+
width: 50vw !important;
5184+
max-width: 600px;
5185+
background-color: #fff !important;
5186+
padding: 20px;
5187+
position: fixed;
5188+
z-index: 99999999 !important;
5189+
overflow: auto !important;
5190+
border-radius: 10px;
5191+
}
5192+
5193+
#new-portal-dialog {
5194+
display: flex;
5195+
flex-direction: column;
5196+
gap: 2em;
5197+
height: 100%;
5198+
}
5199+
5200+
#new-portal-dialog .dialog-title {
5201+
color: #111;
5202+
display: flex;
5203+
flex-direction: row;
5204+
justify-content: space-between;
5205+
align-items: center;
5206+
font-weight: 700;
5207+
}
5208+
5209+
#new-portal-dialog .dialog-body {
5210+
color: #111;
5211+
display: flex;
5212+
flex-direction: column;
5213+
flex: 1;
5214+
}
5215+
5216+
#new-portal-dialog .dialog-footer {
5217+
display: flex;
5218+
justify-content: flex-end;
5219+
}
5220+
5221+
#new-portal-dialog .dialog-close-btn {
5222+
font-size: 1.4rem;
5223+
width: 1.4em;
5224+
height: 1.4em;
5225+
line-height: 1;
5226+
position: relative;
5227+
border: none;
5228+
}
5229+
5230+
#new-portal-dialog .simplemodal-close {
5231+
border: none;
5232+
cursor: pointer;
5233+
background: transparent;
5234+
margin: 0;
5235+
font-size: 1.4rem;
5236+
width: 1.4em;
5237+
height: 1.4em;
5238+
line-height: 1;
5239+
text-indent: -999px;
5240+
}
5241+
5242+
#new-portal-dialog .simplemodal-close:before,
5243+
#new-portal-dialog .simplemodal-close:after {
5244+
content: "";
5245+
height: 1em;
5246+
width: 0.1em;
5247+
top: 0.2em;
5248+
left: 0.65em;
5249+
background: #777;
5250+
position: absolute;
5251+
transform: rotate(-45deg);
5252+
}
5253+
5254+
#new-portal-dialog .simplemodal-close:after {
5255+
transform: rotate(45deg);
5256+
}
5257+
51785258
#simplemodal-container #advanced {
51795259
background-color: #fff !important;
51805260
color: #111 !important;

0 commit comments

Comments
 (0)