minor changes to alert.scss

This commit is contained in:
koester 2017-12-18 23:27:40 +01:00
commit 90c222f35e

View file

@ -1,8 +1,8 @@
@import './colors.less';
@import './borders.less';
@import 'colors';
@import 'borders';
.alert{
.border;
.alert {
@extend .border;
padding: 15px;
margin-bottom: 20px;
width: 100%;