styles.scss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. /* You can add global styles to this file, and also import other style files */
  2. /* Importing Bootstrap SCSS file. */
  3. @import 'bootstrap/scss/bootstrap';
  4. $dialog-position-top: 10%;
  5. $dialog-position-left: 20%;
  6. $dialog-position-right: 20%;
  7. @import 'node_modules/ngx-smart-modal/styles/ngx-smart-modal.scss';
  8. // general
  9. :root{
  10. // colors
  11. --primary-color: #d8ac96;
  12. --primary-color-light: #e8c7b5;
  13. --primary-color-dark: #d89777;
  14. --secondary-color: #efc8af;
  15. --secondary-color-light: #f8e1d7;
  16. --secondary-color-dark: #cfaa8c;
  17. --tertiary-color: #b9835d;
  18. --tertiary-color-light: #cfaa8c;
  19. --tertiary-color-dark: #8f5f3b;
  20. --quaternary-color: #84a36f;
  21. --quaternary-color-light: #7a9e65;
  22. --quaternary-color-dark: #6eae52;
  23. --background-color: #fff2e9;
  24. // shadows
  25. --shadow-small: 4px 4px 10px 4px rgba(0,0,0,0.2);
  26. --shadow-medium: 4px 4px 10px 6px rgba(0,0,0,0.2);
  27. --shadow-large: 4px 4px 10px 8px rgba(0,0,0,0.2);
  28. }
  29. // details-panel
  30. .vertical-button-wrapper-3{
  31. width: 100%;
  32. position: absolute;
  33. bottom: 2rem;
  34. display: grid;
  35. grid-template-rows: 1fr 1fr 1fr;
  36. grid-template-columns: 1fr;
  37. gap: 10px;
  38. margin-top: 2rem;
  39. align-items: center;
  40. justify-content: center;
  41. }
  42. .vertical-button-wrapper-2{
  43. width: 100%;
  44. position: absolute;
  45. bottom: 2rem;
  46. display: grid;
  47. grid-template-rows: 1fr 1fr;
  48. grid-template-columns: 1fr;
  49. gap: 10px;
  50. margin-top: 2rem;
  51. align-items: center;
  52. justify-content: center;
  53. }
  54. .details-name{
  55. font-size: 1.5rem;
  56. font-weight: bold;
  57. margin-top: 1.5rem;
  58. text-align:center;
  59. }
  60. .details-long-description{
  61. margin: 2rem 1rem;
  62. font-size: 1rem;
  63. // margin-top: 2rem;
  64. }
  65. //
  66. .flex-row{
  67. display: flex;
  68. flex-direction: row;
  69. }
  70. .flex-column{
  71. display: flex;
  72. flex-direction: column;
  73. }
  74. .flex-centered{
  75. align-items: center;
  76. justify-content: center;
  77. }
  78. .flex-left{
  79. justify-content: start;
  80. }
  81. .flex-right{
  82. justify-content: end;
  83. }
  84. .gap-01{
  85. gap: 0.1rem;
  86. }
  87. .gap-02{
  88. gap: 0.2rem;
  89. }
  90. .gap-03{
  91. gap: 0.3rem;
  92. }
  93. .gap-04{
  94. gap: 0.4rem;
  95. }
  96. .gap-05{
  97. gap: 0.5rem;
  98. }
  99. .gap-06{
  100. gap: 0.6rem;
  101. }
  102. .gap-07{
  103. gap: 0.7rem;
  104. }
  105. .gap-08{
  106. gap: 0.8rem;
  107. }
  108. .gap-09{
  109. gap: 0.9rem;
  110. }
  111. .gap-10{
  112. gap: 1rem;
  113. }
  114. .gap-11{
  115. gap: 1.1rem;
  116. }
  117. .gap-12{
  118. gap: 1.2rem;
  119. }
  120. .gap-13{
  121. gap: 1.3rem;
  122. }
  123. .gap-14{
  124. gap: 1.4rem;
  125. }
  126. .gap-15{
  127. gap: 1.5rem;
  128. }
  129. .gap-16{
  130. gap: 1.6rem;
  131. }
  132. .gap-17{
  133. gap: 1.7rem;
  134. }
  135. .gap-18{
  136. gap: 1.8rem;
  137. }
  138. .gap-19{
  139. gap: 1.9rem;
  140. }
  141. .gap-20{
  142. gap: 2rem;
  143. }
  144. // Drag and Drop Table