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.
22 lines
352 B
22 lines
352 B
6 years ago
|
.error-message {
|
||
6 years ago
|
min-height: 32px;
|
||
7 years ago
|
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;
|
||
6 years ago
|
padding: 8px 16px;
|
||
7 years ago
|
|
||
|
&__icon {
|
||
|
margin-right: 8px;
|
||
|
flex: 0 0 auto;
|
||
|
}
|
||
6 years ago
|
|
||
|
&__text {
|
||
|
overflow: auto;
|
||
|
}
|
||
7 years ago
|
}
|