You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
371 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. /**
  2. *
  3. *
  4. *
  5. */
  6. .tiny-consent {
  7. &__banner {
  8. position: fixed;
  9. left: 0;
  10. bottom: 0;
  11. width: 100%;
  12. height: auto;
  13. margin: 1em;
  14. }
  15. &__cookies {
  16. margin: 0;
  17. padding: 0;
  18. }
  19. &__content {
  20. display: none;
  21. }
  22. &__cookie {
  23. display: none;
  24. }
  25. }
  26. .show {
  27. display: block;
  28. }