11 lines
153 B
SCSS
11 lines
153 B
SCSS
|
.floating-alert {
|
||
|
&.floating-alert-bottom {
|
||
|
bottom: 2rem;
|
||
|
}
|
||
|
|
||
|
.floating-alert-content {
|
||
|
border-radius: 2rem;
|
||
|
padding: .5rem 1rem;
|
||
|
}
|
||
|
}
|