10 lines
126 B
SCSS
Raw Normal View History

2013-10-09 06:30:53 -04:00
.toolkit {
@extend .alert;
background: $color-accent;
ul {
@extend %horizontal-list;
text-align: center;
}
}