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 03f25b1 commit cd593bcCopy full SHA for cd593bc
src/lib/components/ui/Alert/Alert.scss
@@ -5,13 +5,12 @@
5
}
6
7
.icon {
8
- position: relative;
9
- top: 1px;
10
display: flex;
11
- flex-direction: column;
+ flex: none;
12
align-items: center;
13
align-self: flex-start;
14
- justify-content: flex-start;
+ justify-content: center;
+ height: calc(#{$alert-line-height} * #{$alert-font-size});
15
16
17
.message {
src/lib/components/ui/Alert/_mixins.scss
@@ -5,7 +5,6 @@
@mixin alert() {
position: relative;
- align-items: center;
width: 100%;
min-height: $alert-min-height;
padding: $alert-padding;
0 commit comments