Nav apraksta

styles.css 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /* As a good practice don't edit React Components, create classes and apply those classes to
  2. the specific component you are trying to change */
  3. ion-grid {
  4. padding: 0;
  5. }
  6. .title-col {
  7. display: flex;
  8. align-content: center
  9. }
  10. .screen-titles{
  11. color: #ffffff;
  12. font-size: 30px;
  13. text-align: right;
  14. padding-right: 0;
  15. }
  16. .screen-h2 {
  17. padding-top: 20px;
  18. }
  19. /* Styles for information screen */
  20. .info-card{
  21. padding: 20px;
  22. }
  23. .info-p {
  24. line-height: 1.5;
  25. }
  26. /* Styles for home screen */
  27. .card-header {
  28. padding-left: 5px;
  29. padding-right: 5px;
  30. }
  31. .ion-btn-download {
  32. width:40px;
  33. }
  34. .msg-button {
  35. position: absolute;
  36. color: red;
  37. font-size: 45px;
  38. }
  39. .moti-download {
  40. font-size: 40px;
  41. }
  42. .moti-card {
  43. background-color: #fff;
  44. border-radius: 15px !important;
  45. padding: 15px;
  46. margin: 15px;
  47. }
  48. .moti-img {
  49. border-radius: 15px !important;
  50. overflow: hidden;
  51. }
  52. .card-date {
  53. color:#8f00ff;
  54. display:flex;
  55. justify-content: space-between;
  56. align-items: center;
  57. }
  58. /* Styles for the flag screen */