We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0266d commit 5be2f4eCopy full SHA for 5be2f4e
src/helix-ui/styles/alert.less
@@ -68,13 +68,7 @@
68
&__dismiss {
69
background-color: transparent;
70
border: none;
71
- display: flex;
72
- flex-direction: column;
73
- padding: 0.875em 1em;
74
-
75
- hx-icon {
76
- height: 0.75em;
77
- width: 0.75em;
78
- }
+ line-height: 1;
+ padding: 1rem;
79
}
80
src/helix-ui/styles/reset.less
@@ -32,3 +32,9 @@ a {
32
fieldset {
33
34
35
+
36
+button {
37
+ color: inherit;
38
+ font: inherit;
39
+ margin: 0;
40
+}
0 commit comments