Açıklama Yok

global.scss 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. /*
  2. * App Global CSS
  3. * ----------------------------------------------------------------------------
  4. * Put style rules here that you want to apply globally. These styles are for
  5. * the entire app and not just one component. Additionally, this file can be
  6. * used as an entry point to import other CSS/Sass files to be included in the
  7. * output CSS.
  8. * For more information on global stylesheets, visit the documentation:
  9. * https://ionicframework.com/docs/layout/global-stylesheets
  10. */
  11. /* Core CSS required for Ionic components to work properly */
  12. @import "~@ionic/angular/css/core.css";
  13. /* Basic CSS for apps built with Ionic */
  14. @import "~@ionic/angular/css/normalize.css";
  15. @import "~@ionic/angular/css/structure.css";
  16. @import "~@ionic/angular/css/typography.css";
  17. @import '~@ionic/angular/css/display.css';
  18. /* Optional CSS utils that can be commented out */
  19. @import "~@ionic/angular/css/padding.css";
  20. @import "~@ionic/angular/css/float-elements.css";
  21. @import "~@ionic/angular/css/text-alignment.css";
  22. @import "~@ionic/angular/css/text-transformation.css";
  23. @import "~@ionic/angular/css/flex-utils.css";
  24. // @import "swiper/scss";
  25. // @import "swiper/scss/navigation.css";
  26. // @import "swiper/scss/autoplay";
  27. @import "@ionic/angular/css/ionic-swiper";
  28. @import "swiper/scss";
  29. @import "swiper/scss/navigation";
  30. @import "swiper/scss/pagination";
  31. @import "swiper/scss/autoplay";
  32. @font-face {
  33. font-family: "IBM Plex Sans Thai";
  34. font-style: normal;
  35. font-weight: normal;
  36. src: url("./assets/fonts/IBMPlexSansThai-Regular.ttf");
  37. }
  38. @font-face {
  39. font-family: "IBM Plex Sans Thai SemiBold";
  40. font-style: normal;
  41. font-weight: normal;
  42. src: url("./assets/fonts/IBMPlexSansThai-SemiBold.ttf");
  43. }
  44. @font-face {
  45. font-family: "Prompt";
  46. font-style: normal;
  47. font-weight: normal;
  48. src: url("./assets/fonts/Prompt-Medium.ttf");
  49. }
  50. @font-face {
  51. font-family: "Prompt Reg";
  52. font-style: normal;
  53. font-weight: normal;
  54. src: url("./assets/fonts/Prompt-Regular.ttf");
  55. }
  56. @font-face {
  57. font-family: "Montserrat";
  58. font-style: normal;
  59. font-weight: normal;
  60. src: url("./assets/fonts/Montserrat-Medium.ttf");
  61. }
  62. @font-face {
  63. font-family: "K2D";
  64. font-style: normal;
  65. font-weight: normal;
  66. src: url("./assets/fonts/K2D-Light.ttf");
  67. }
  68. ion-content {
  69. // --ion-background-color: #111D12;
  70. --background: url('./assets/img-static/bg-content-min.jpg') no-repeat
  71. center/cover;
  72. }
  73. ion-title {
  74. font-family: Montserrat !important;
  75. font-size: 1.4em;
  76. }
  77. h2 {
  78. font-family: Prompt !important;
  79. font-size: 1.3em;
  80. margin-top: 5px;
  81. margin-bottom: 0px;
  82. color: darkorange;
  83. }
  84. h3 {
  85. font-family: IBM Plex Sans Thai SemiBold !important;
  86. font-size: 1.3em;
  87. margin-top: 5px;
  88. margin-bottom: 0px;
  89. color: darkorange;
  90. }
  91. .head-img {
  92. width: 15%;
  93. display: flex;
  94. margin-left: 10px;
  95. margin-top: 5px;
  96. }
  97. // ion-toolbar {
  98. // --background: #1b1616;
  99. // }
  100. // ion-header::after {
  101. // display: none;
  102. // }
  103. .toolbar-bg-color {
  104. --background: url('./assets/img-static/background_982645-1-min.png') no-repeat top left / cover;
  105. // --background: rgb(25, 42, 113);
  106. // --background: linear-gradient(315deg, rgb(0, 0, 0) 0%, hsla(190, 68%, 30%, 1) 100%);
  107. // --background: -moz-linear-gradient(315deg, rgb(0, 0, 0) 0%, hsla(190, 68%, 30%, 1) 100%);
  108. // --background: -webkit-linear-gradient(315deg, rgb(0, 0, 0) 0%, hsla(190, 68%, 30%, 1) 100%);
  109. }
  110. hr {
  111. border: 0;
  112. border-top: 1px solid rgba(0, 0, 0, 0.1);
  113. }
  114. a {
  115. text-decoration: none;
  116. }