7 lines
126 B
SCSS
7 lines
126 B
SCSS
.api-error {
|
|
background-color: $light-grey;
|
|
box-shadow: $card-shadow;
|
|
margin-top: 20px;
|
|
|
|
h4 { text-align: center; }
|
|
}
|