Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ gen/
main.min.js
.env
__MACOSX/
.gitattributes
.prettierrc
# .vscode/settings.json
2 changes: 1 addition & 1 deletion app/styles/app.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions app/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1666,3 +1666,10 @@ md-checkbox.md-checked .md-icon {
cursor: pointer;
}

.login-page .input-box md-input-container {
width: 100% !important;
}
.login-page .input-box md-input-container label,
.login-page .input-box md-input-container label.md-required {
padding-left: 6px !important;
}
2 changes: 1 addition & 1 deletion app/views/pages/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ <h3 class="top-payment-heading payment-detail payment-method-txt">Add a payment
<div class="field-input" layout="column">
<div layout="row" layout-md="row" flex="100" class="field-input-ui">

<div flex="100" flex-gt-sm="50">
<div flex="100" flex-gt-sm="100">
<div class="input-box">
<md-input-container>
<label>Cardholder name</label>
Expand Down
Loading