You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_base.scss 1.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. body {
  2. margin: 0;
  3. -webkit-font-smoothing: antialiased;
  4. -moz-osx-font-smoothing: grayscale;
  5. overflow-anchor: none;
  6. }
  7. * {
  8. box-sizing: border-box;
  9. }
  10. html {
  11. min-height: 100%;
  12. font-size: 16px;
  13. @include media-below($bp-xxl) {
  14. font-size: 14px;
  15. }
  16. @include media-below($bp-xs) {
  17. font-size: 13px;
  18. }
  19. @include media-below($bp-xxs) {
  20. font-size: 10.5px;
  21. }
  22. }
  23. body{
  24. background-color: $grayFD !important;
  25. overflow-x: hidden;
  26. }
  27. html,
  28. body,
  29. #root {
  30. @include flex-column;
  31. flex: 1 0 auto;
  32. }
  33. input[type='search']::-webkit-search-decoration,
  34. input[type='search']::-webkit-search-cancel-button,
  35. input[type='search']::-webkit-search-results-button,
  36. input[type='search']::-webkit-search-results-decoration {
  37. -webkit-appearance: none;
  38. }
  39. ul {
  40. list-style: none;
  41. padding: 0;
  42. }
  43. .S9gUrf-YoZ4jf {
  44. @include flex-center;
  45. width: 100% !important;
  46. overflow: hidden;
  47. padding: 0 !important;
  48. margin: 0 !important;
  49. }
  50. .S9gUrf-YoZ4jf > * {
  51. margin: auto;
  52. padding: 0 !important;
  53. margin: 0 !important;
  54. }