transactions.css 488 B

12345678910111213141516171819202122232425
  1. .instructions-transactions{
  2. text-align: center;
  3. }
  4. /** CHART **/
  5. .recharts-rectangle.recharts-tooltip-cursor {
  6. fill: var(--fadedgrey);
  7. }
  8. .select-window-button {
  9. padding: 3px 5px;
  10. background-color: var(--fadedgrey);
  11. color: white;
  12. font-family: "PT Sans", sans-serif;
  13. border-radius:5px;
  14. -webkit-border-radius:5px;
  15. -moz-border-radius:5px;
  16. -ms-border-radius:5px;
  17. -o-border-radius:5px;
  18. }
  19. .select-window {
  20. margin: auto;
  21. text-align: center;
  22. }