Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | /** |
| 2 | * @author Will Steinmetz |
||
| 3 | * |
||
| 4 | * Styles for the notific8 plug-in for jQuery |
||
| 5 | * |
||
| 6 | * Copyright (c)2013, Will Steinmetz |
||
| 7 | * Licensed under the BSD license. |
||
| 8 | * http://opensource.org/licenses/BSD-3-Clause |
||
| 9 | */ |
||
| 10 | |||
| 11 | // import the style file |
||
| 12 | @import "notific8"; |
||
| 13 | @import "themes"; |
||
| 14 | |||
| 15 | // custom themes |
||
| 16 | //@include theme($name, $border-color, $background-color, $close-background-color: $border-color, $text-color: #fff, $close-text-color: $text-color); |
||
| 17 | // example: |
||
| 18 | //@include theme(smoke, #ababab, #efefef, #ababab, #333, #fff); |