Skip to content

Commit

Permalink
Update account.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhantshukla814 authored Jun 10, 2024
1 parent 63c6e7c commit 49eeee8
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions www/assets/css/account.css
Original file line number Diff line number Diff line change
Expand Up @@ -411,18 +411,16 @@ body.theme-b {
}
/** feature list on upgrade plans **/
.upgrade-plan-feature-list {
columns: 3;
-webkit-columns: 3;
-moz-columns: 3;
column-gap: 0px;
border-bottom: 1px solid rgb(204, 204, 204);
-webkit-column-rule: 1px solid rgb(204, 204, 204);
-moz-column-rule: 1px solid rgb(204, 204, 204);
column-rule: 1px solid rgb(204, 204, 204);
flex-direction: column;
flex-wrap: wrap;
display: flex;
height: 372px;
}
.upgrade-plan-feature-list li {
padding: 1rem;
min-height: 30px;
border-right: 1px solid rgb(204, 204, 204);
}

.upgrade-plan-feature-list li:nth-child(odd) {
Expand Down Expand Up @@ -2361,11 +2359,17 @@ form:invalid button[type="submit"] {
margin-bottom: 1rem;
}

.signup-flow-layout .notification-banner__error {
color: rgb(14, 30, 56);
}

/** Chargify form **/
.cc-detail-container,
.cardholder-name-container {
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
}

.vat-number-container label {
Expand All @@ -2378,11 +2382,6 @@ form:invalid button[type="submit"] {
border: 1px solid;
}

.signup-flow-layout .notification-banner__error {
color: rgb(14, 30, 56);
}

/** Chargify form **/
.signup-card-container {
border: 1px solid #334870;
border-radius: 8px;
Expand Down

0 comments on commit 49eeee8

Please sign in to comment.