styles.scss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* bootstrap 4 */
  2. @import "~bootstrap/dist/css/bootstrap.css";
  3. @import "~@angular/material/prebuilt-themes/indigo-pink.css";
  4. @import '~saturn-datepicker/bundle.css';
  5. @import '~@angular/material/theming';
  6. @import url('https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap');
  7. $custom-typography: mat-typography-config(
  8. $font-family: 'Maven Pro'
  9. );
  10. @include mat-core($custom-typography);
  11. .blue-snackbar {
  12. color: white;
  13. height: 2em;
  14. background: #F44E4E;
  15. }
  16. .centerdiv{
  17. margin-left: auto !important;
  18. margin-right: auto !important;
  19. }
  20. .mat-typography {
  21. height: 90%;
  22. font-size: 12px;
  23. font: 'Maven Pro', sans-serif !important;
  24. }
  25. // .mat-raised-button{
  26. // background: transparent linear-gradient(90deg, #F7AD32 0%, #EB7F25 100%) 0% 0% no-repeat padding-box !important;
  27. // box-shadow: 2px 5px 10px #00000029 !important;
  28. // opacity: 1 !important;
  29. // color: rgb(231, 22, 22) !important;
  30. // }
  31. // .mat-color {
  32. // background: transparent linear-gradient(90deg, #F7AD32 0%, #EB7F25 100%) 0% 0% no-repeat padding-box !important;
  33. // box-shadow: 2px 5px 10px #00000029 !important;
  34. // opacity: 1 !important;
  35. // color: rgb(231, 22, 22) !important;
  36. // }
  37. .color-theme {
  38. background-image: linear-gradient(to right, #f5af19, #f12711 );
  39. // background-image: linear-gradient(to right, #e3cf48, #e6c139, #e8b22c, #eaa322, #eb931b, #eb8818, #eb7d17, #ea7118, #e96819, #e75e1a, #e5541c, #e3491e) !important;
  40. }