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.

24 lines
450 B

2 years ago
  1. .planist-block {
  2. direction: ltr;
  3. text-align: left;
  4. background-color: #fff;
  5. border: 2px solid #000;
  6. color: #555;
  7. border-radius: 10px;
  8. padding: 15px;
  9. cursor: default;
  10. font-size: 25px;
  11. font-weight: bold;
  12. line-height: 1;
  13. }
  14. .planist-block div {
  15. display: flex;
  16. align-items: center;
  17. flex-direction: row;
  18. }
  19. .planist-block svg {
  20. max-width: 100px;
  21. margin-right: 20px;
  22. }