jvcgpt / src /components /alert /style.module.scss
Greums's picture
major improvements to the app
a417977
raw
history blame
269 Bytes
.alert {
position: relative;
padding: 1rem;
margin-bottom: 1rem;
color: #842029;
background-color: #f8d7da;
border: #f5c2c7;
border-radius: 0.75rem;
p {
margin-top: 0;
margin-bottom: 1rem;
&:last-child {
margin-bottom: 0;
}
}
}