File size: 269 Bytes
a417977
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.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;
    }
  }
}