Commit e59d343c authored by Nikolay Gromov's avatar Nikolay Gromov

Исправил Алерты (положение иконок, заголовка)

parent a88e2282
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
align-items: center; align-items: center;
.alert__icon { .alert__icon {
display: flex;
min-width: 3em; min-width: 3em;
min-height: 3em; min-height: 3em;
margin-right: 1em; margin-right: 1em;
......
...@@ -22,8 +22,12 @@ ...@@ -22,8 +22,12 @@
&__header { &__header {
font-size: @font-size--h3; font-size: @font-size--h3;
margin-top: 0.3em; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
&:not(:last-child) {
margin-top: 0.3em;
}
} }
&__link { &__link {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment