Blog-style website for karathan using the self-made Stellar Theme powered by HTML5Up http://blog.karathan.at

noscript.scss 475B

12345678910111213141516171819202122232425262728
  1. @import 'libs/vars';
  2. @import 'libs/functions';
  3. @import 'libs/mixins';
  4. @import 'libs/vendor';
  5. @import 'libs/breakpoints';
  6. @import 'libs/html-grid';
  7. /*
  8. Stellar by HTML5 UP
  9. html5up.net | @ajlkn
  10. Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
  11. */
  12. /* Header */
  13. #header {
  14. body.is-preload & {
  15. &.alt {
  16. > * {
  17. opacity: 1;
  18. }
  19. .logo {
  20. @include vendor('transform', 'none');
  21. }
  22. }
  23. }
  24. }