Skip to content

Commit 28f7e6a

Browse files
committed
fix: btn style issue
1 parent 6b3e473 commit 28f7e6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

admin-dev/themes/default/scss/partials/_alerts.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.alert {
2-
a,
2+
a:not(.btn),
33
p {
44
color: var(--#{$cdk}primary-800);
55
}
66

7-
a {
7+
a:not(.btn) {
88
text-decoration: underline;
99
}
1010

0 commit comments

Comments
 (0)