Нет описания

province.page.scss 320B

12345678910111213141516171819
  1. .holidaycard {
  2. position: absolute;
  3. left: 0px;
  4. // bottom: 0px;
  5. top:200px;
  6. min-height: 48%;
  7. width: 100%;
  8. padding: 5px;
  9. border-radius: 15px ;
  10. background: white;
  11. --background: white;
  12. }
  13. ion-card-title {
  14. font-family: "IBM Plex Sans Thai", sans-serif !important;
  15. font-weight: 600;
  16. font-size: 20px;
  17. }