Skip to content

Commit

Permalink
fix(alert): styles border & padding (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
roll314 authored and pimenovoleg committed Oct 23, 2018
1 parent c3cd645 commit d7293bf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/lib/core/styles/_alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

.mc-alert_close {
cursor: pointer;
border: 0;
border: 1px solid transparent;
background: transparent;
position: absolute;
z-index: 10;
Expand Down Expand Up @@ -58,13 +58,13 @@

.mc-alert_dismissible:not(.mc-alert_small) {
.mc-alert_close {
top: 15px;
top: 14px;
}
}

.mc-alert_dismissible.mc-alert_small {
.mc-alert_close {
top: 11px;
top: 10px;
}
}

Expand Down Expand Up @@ -157,7 +157,6 @@
}

.mc-icon {
line-height: mc-line-height($config, body);
letter-spacing: mc-letter-spacing($config, body);
letter-spacing: unset;
}
}

0 comments on commit d7293bf

Please sign in to comment.