11 lines
160 B
SCSS
11 lines
160 B
SCSS
.Notice {
|
|
align-items: center;
|
|
border-radius: $card-corner;
|
|
background: blue;
|
|
display: flex;
|
|
padding: $unit;
|
|
|
|
p {
|
|
font-size: $font-small;
|
|
}
|
|
}
|