Skip to content

Commit c3a938f

Browse files
committed
Fixing stylelint issues
1 parent 5056452 commit c3a938f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/marketing/buttons/button.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
display: inline-block;
55
appearance: none !important;
66
// stylelint-disable-next-line primer/spacing
7-
padding: .9rem 1.5rem 1.1rem;
7+
padding: 0.9rem 1.5rem 1.1rem;
88
// stylelint-disable-next-line primer/typography
99
font-size: 1rem;
1010
font-weight: $font-weight-bold;
@@ -14,7 +14,7 @@
1414
user-select: none;
1515
border: 0;
1616
// stylelint-disable-next-line primer/borders
17-
border-radius: .375rem;
17+
border-radius: 0.375rem;
1818

1919
@include btn-solid-mktg(
2020
var(--color-mktg-btn-text),
@@ -34,7 +34,7 @@
3434
z-index: -1;
3535
content: "";
3636
// stylelint-disable-next-line primer/borders
37-
border-radius: .375rem;
37+
border-radius: 0.375rem;
3838
opacity: 0;
3939
transition: opacity 0.4s;
4040
}
@@ -97,7 +97,7 @@
9797

9898
.btn-small-mktg {
9999
// stylelint-disable-next-line primer/spacing
100-
padding: .625rem 1rem .8125rem;
100+
padding: 0.625rem 1rem 0.8125rem;
101101
}
102102

103103
.btn-large-mktg {

0 commit comments

Comments
 (0)