Skip to content

Commit b150e2f

Browse files
committed
fixing prettier errors
1 parent cbe129c commit b150e2f

4 files changed

Lines changed: 20 additions & 19 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Outbound Funds Module NPSP
22

33
## Latest Release
4-
Summer '21 🌞 ⛵ 🌊
4+
5+
Summer '21 🌞 ⛵ 🌊
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.custom-percent-style {
2-
padding-top: 0.25rem;
3-
padding-left: 0.25rem;
2+
padding-top: 0.25rem;
3+
padding-left: 0.25rem;
44
}
55

66
.slds-form-element__label {
7-
display: none;
7+
display: none;
88
}
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
.slds-combobox__input,
22
.slds-combobox_container {
3-
transition: border 0.1s linear, box-shadow 0.1 linear;
3+
transition: border 0.1s linear, box-shadow 0.1 linear;
44
}
55

66
.slds-combobox__input {
7-
box-shadow: none;
7+
box-shadow: none;
88
}
99

1010
.slds-combobox__input.has-custom-border {
11-
box-shadow: 0 0 0 2px #fff inset, 0 0 0 3px rgb(221, 219, 218) inset;
11+
box-shadow: 0 0 0 2px #fff inset, 0 0 0 3px rgb(221, 219, 218) inset;
1212
}
1313

1414
.slds-combobox__input.has-custom-error {
15-
border: 1px solid rgb(194, 57, 52);
16-
box-shadow: rgb(194, 57, 52) 0 0 0 1px inset;
15+
border: 1px solid rgb(194, 57, 52);
16+
box-shadow: rgb(194, 57, 52) 0 0 0 1px inset;
1717
}
1818

1919
.slds-combobox_container.has-custom-error {
20-
border: none !important;
20+
border: none !important;
2121
}
2222

2323
.slds-combobox__input.has-custom-height {
24-
height: 32px !important;
24+
height: 32px !important;
2525
}
2626

2727
.form-error {
28-
color: rgb(194, 57, 52);
29-
display: block;
28+
color: rgb(194, 57, 52);
29+
display: block;
3030
}
3131

3232
.truncate {
33-
white-space: nowrap;
34-
overflow: hidden;
35-
text-overflow: ellipsis;
33+
white-space: nowrap;
34+
overflow: hidden;
35+
text-overflow: ellipsis;
3636
}
3737

3838
label {
39-
display: none;
39+
display: none;
4040
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.VALID {
2-
color: black;
2+
color: black;
33
}
44

55
.INVALID {
6-
color: red;
6+
color: red;
77
}

0 commit comments

Comments
 (0)