_parity.scss 621 B

1234567891011121314151617181920212223242526272829
  1. .parity-banner {
  2. position: fixed !important;
  3. z-index: 100 !important;
  4. left: 0 !important;
  5. right: 0 !important;
  6. bottom: 0 !important;
  7. padding: 1rem 0.5rem !important;
  8. padding-right: 3rem !important;
  9. color: inherit !important;
  10. background: $color-white !important;
  11. border-top: 1px solid $color-border !important;
  12. }
  13. .parity-banner-close-btn {
  14. width: 2rem !important;
  15. height: 2rem !important;
  16. padding: 0.5rem !important;
  17. bottom: 1rem !important;
  18. margin-top: auto !important;
  19. margin-bottom: auto !important;
  20. &:hover {
  21. cursor: pointer !important;
  22. }
  23. svg {
  24. display: block;
  25. }
  26. }