mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
11.03.2022 887bf9d945b09e7dfc8815d67f3189ac39676bb9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.alert {
    padding: 1rem;
    border-style: solid;
    border-color:$alert;
    border-radius: 0.25rem;
    border-width: 2px;
 
    &__indicator {
        background-color: $alert;
        display: inline-block;
        border-radius: 9999px;
        padding: 0.5rem;
        width: 2.5rem;
        height: 2.5rem;
        text-align: center;
        color: $accent;
        font-weight: 800;
        margin-right: 0.75rem;
      }
  }