You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
352 B
21 lines
352 B
.error-message {
|
|
min-height: 32px;
|
|
border: 1px solid $monzo;
|
|
color: $monzo;
|
|
background: lighten($monzo, 56%);
|
|
border-radius: 4px;
|
|
font-size: .75rem;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
padding: 8px 16px;
|
|
|
|
&__icon {
|
|
margin-right: 8px;
|
|
flex: 0 0 auto;
|
|
}
|
|
|
|
&__text {
|
|
overflow: auto;
|
|
}
|
|
}
|
|
|