replies.css 471 B

1234567891011121314151617181920212223
  1. .main {
  2. font-size: var(--medium-size);
  3. border: none !important;
  4. }
  5. .note {
  6. margin-bottom: 0 !important;
  7. }
  8. #save {
  9. display: flex;
  10. }
  11. #save div:nth-of-type(1) {
  12. padding: var(--unit-size);
  13. }
  14. #save div:nth-of-type(1) textarea {
  15. padding: var(--unit-size);
  16. border-radius: var(--unit-size);
  17. background-color: var(--bg1);
  18. font-size: var(--unit-size);
  19. width: 100%;
  20. box-sizing: border-box;
  21. }
  22. #save div:nth-of-type(2)