custom.css 537 B

123456789101112131415161718192021222324252627282930
  1. .container > iframe > html > body {
  2. margin: 0 !important;
  3. font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  4. }
  5. .cookie-opt-in {
  6. width: 100%;
  7. position: fixed;
  8. height: 100px;
  9. background-color: rgba(248, 248, 248, 0.8); /*rgba(0, 0, 0, 0.2);*/
  10. bottom: 0;
  11. }
  12. .vertical-center {
  13. min-height: 100%;
  14. display: flex;
  15. align-items: center;
  16. }
  17. .cookie-opt-in-text {
  18. text-align: center;
  19. font-weight: 700;
  20. text-transform: lowercase;
  21. }
  22. .cookie-opt-in-text > button {
  23. padding: 3px 6px;
  24. }