Skip to content

Commit 60c35d0

Browse files
committed
Simplify CSS
1 parent fe7aea7 commit 60c35d0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/main/scss/components/_notice.scss

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
padding: calc(var(--section-padding) * 2);
1515
text-align: center;
1616

17-
svg {
17+
& > svg {
1818
width: 2.5rem;
1919
height: 2.5rem;
2020
}
@@ -23,11 +23,6 @@
2323
text-align: left;
2424
}
2525

26-
button > svg {
27-
width: 1.125rem;
28-
height: 1.125rem;
29-
}
30-
3126
&__description {
3227
color: var(--text-color-secondary);
3328
margin-top: -0.375rem;

0 commit comments

Comments
 (0)