Skip to content

Commit

Permalink
Uses tabs over spaces in scss file.
Browse files Browse the repository at this point in the history
  • Loading branch information
wjames111 committed Dec 16, 2024
1 parent 115ac0f commit 57360ce
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions src/common/directives/creditCardCvv.directive.scss
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@

.radio.radio-method {
.credit-card-cvv-container {
display: flex;
margin: 8px 20px 8px 38px;
.col-sm-4 {
padding-left: 10px;
padding-right: 0;
}
.form-control {
line-height: 1.6;
height: auto;
}
.credit-card-cvv-label {
margin-top: 9px;
margin-right: 9px;
font-size: 15px;
line-height: 1.2em;
font-weight: bold;
white-space: nowrap;
&::after {
content: ':';
}
}
.credit-card-cvv-help-block {
margin-bottom: 0;
}
}
.credit-card-cvv-container {
display: flex;
margin: 8px 20px 8px 38px;
.col-sm-4 {
padding-left: 10px;
padding-right: 0;
}
.form-control {
line-height: 1.6;
height: auto;
}
.credit-card-cvv-label {
margin-top: 9px;
margin-right: 9px;
font-size: 15px;
line-height: 1.2em;
font-weight: bold;
white-space: nowrap;
&::after {
content: ':';
}
}
.credit-card-cvv-help-block {
margin-bottom: 0;
}
}
}

.give-modal-content, .branded-checkout {
.credit-card-cvv-label {
text-transform: uppercase;
font-weight: 500;
letter-spacing: 1px;
font-size: 14px;
display: block;
.credit-card-cvv-label {
text-transform: uppercase;
font-weight: 500;
letter-spacing: 1px;
font-size: 14px;
display: block;
margin-bottom: 4px;
&::after {
content: '*';
display: inline-block;
font-size: 115%;
line-height: 0;
font-family: "fontawesome", "Font Awesome 5 Pro";
margin-left: 6px;
}
}
&::after {
content: '*';
display: inline-block;
font-size: 115%;
line-height: 0;
font-family: "fontawesome", "Font Awesome 5 Pro";
margin-left: 6px;
}
}
}

0 comments on commit 57360ce

Please sign in to comment.