.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; | |
} | |
} | |
} |
.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; | |
} | |
} | |
} |