mirror of
https://github.com/danog/sass-site.git
synced 2024-12-14 02:17:36 +01:00
10 lines
126 B
SCSS
10 lines
126 B
SCSS
.toolkit {
|
|
@extend .alert;
|
|
background: $color-accent;
|
|
|
|
ul {
|
|
@extend %horizontal-list;
|
|
text-align: center;
|
|
}
|
|
}
|