mirror of
https://github.com/papercss/papercss
synced 2026-03-14 14:35:51 +01:00
minor changes to alert.scss
This commit is contained in:
parent
8f864b207e
commit
90c222f35e
1 changed files with 4 additions and 4 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue