sutty-base-jekyll-theme/_sass/floating_alert.scss

11 lines
153 B
SCSS
Raw Normal View History

2021-01-25 19:46:16 +00:00
.floating-alert {
&.floating-alert-bottom {
bottom: 2rem;
}
.floating-alert-content {
border-radius: 2rem;
padding: .5rem 1rem;
}
}