1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

23 lines
340 B
SCSS

.error-message {
@include H7;
min-height: 32px;
border: 1px solid $Red-300;
color: $ui-black;
background: $error-2;
border-radius: 8px;
display: flex;
justify-content: flex-start;
align-items: center;
padding: 8px 10px;
&__icon {
margin-right: 8px;
flex: 0 0 auto;
}
&__text {
overflow: auto;
}
}