Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

3 роки тому
123456789101112131415161718
  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);