Нема описа

home.page.scss 802B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. ion-card-title {
  2. font-family: "IBM Plex Sans Thai", sans-serif !important;
  3. font-weight: 600;
  4. font-size: 20px;
  5. }
  6. ion-searchbar{
  7. // --color:#000;
  8. // --placeholder-color:#000;
  9. // --background:#000;
  10. }
  11. .search{
  12. padding: 0px !important;
  13. // margin-bottom: 30px;
  14. margin-top: 10px;
  15. }
  16. // .red {
  17. // color: rgb(255, 0, 0);
  18. // }
  19. .catshow {
  20. height: 100px;
  21. // background-color: rgb(183, 210, 236);
  22. border: solid 1px;
  23. border-color: cornflowerblue;
  24. }
  25. .center {
  26. // // height: 110px;
  27. // margin: auto;
  28. // // width: 50%;
  29. // border: 3px solid green;
  30. // padding: 10px;
  31. // display: block;
  32. // margin-left: auto;
  33. // margin-right: auto;
  34. display: flex;
  35. // height: 180px;
  36. // background-color: #ff1124;
  37. justify-content: center;
  38. align-items: center;
  39. // flex-wrap: wrap;
  40. }