short-generator.page.scss 751 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. ion-content {
  2. --padding-top: 20px;
  3. --padding-bottom: 20px;
  4. }
  5. ion-header {
  6. background-color: #488aff;
  7. color: white;
  8. }
  9. ion-title {
  10. font-size: 20px;
  11. font-weight: bold;
  12. }
  13. ion-input,
  14. ion-textarea {
  15. margin-bottom: 15px;
  16. border-radius: 8px;
  17. border: 1px solid #ccc;
  18. padding: 10px;
  19. }
  20. ion-input {
  21. height: 40px;
  22. }
  23. ion-textarea {
  24. min-height: 100px;
  25. }
  26. ion-button {
  27. margin-top: 10px;
  28. margin-bottom: 15px;
  29. --background: #488aff;
  30. --color: white;
  31. --border-radius: 8px;
  32. }
  33. .generated-outline {
  34. margin-top: 20px;
  35. border: 1px solid #ccc;
  36. border-radius: 8px;
  37. padding: 10px;
  38. background-color: #f9f9f9;
  39. }
  40. h1 {
  41. font-size: 18px;
  42. font-weight: bold;
  43. margin-bottom: 5px;
  44. }