Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

19 righe
515 B

  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. // import the style file
  11. @import "notific8";
  12. @import "themes";
  13. // custom themes
  14. //@include theme($name, $border-color, $background-color, $close-background-color: $border-color, $text-color: #fff, $close-text-color: $text-color);
  15. // example:
  16. //@include theme(smoke, #ababab, #efefef, #ababab, #333, #fff);