1
0

portfolio.scss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. @import "lib/inter";
  2. :root {
  3. --body-bg: #000000;
  4. --text-color: #d4d4d8;
  5. --link-color: #3B82F6;
  6. };
  7. body {
  8. background: var(--body-bg);
  9. font-family: 'Inter', sans-serif;
  10. font-weight: 400 !important;
  11. color: var(--text-color);
  12. }
  13. .text-primary {
  14. color: #3B82F6 !important;
  15. }
  16. .text-color {
  17. color: var(--text-color);
  18. }
  19. .text-color-lighter {
  20. color: var(--text-color);
  21. opacity: 0.3;
  22. }
  23. .btn-custom-color {
  24. border-color: var(--link-color);
  25. color: var(--link-color);
  26. font-weight: bold;
  27. padding: 7px 30px;
  28. border-radius: 20px;
  29. font-size: 13px;
  30. &:active,
  31. &:hover,
  32. &:focus {
  33. border-color: var(--link-color) !important;
  34. color: var(--link-color) !important;
  35. background-color: transparent !important;
  36. opacity: 0.5;
  37. }
  38. }
  39. .link-color {
  40. color: var(--link-color);
  41. &:active,
  42. &:hover,
  43. &:focus {
  44. color: var(--link-color);
  45. opacity: 0.5;
  46. }
  47. }
  48. .lead,
  49. .font-weight-light {
  50. font-weight: 400 !important;
  51. }
  52. a {
  53. color: var(--link-color);
  54. text-decoration: none;
  55. }
  56. .text-gradient-primary {
  57. background: linear-gradient(to right, #6366f1, #8B5CF6, #D946EF);
  58. -webkit-background-clip: text;
  59. -webkit-text-fill-color: rgba(0,0,0,0);
  60. }
  61. .logo-mark {
  62. border-radius: 1rem;
  63. font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif!important;
  64. font-weight: 700 !important;
  65. letter-spacing: -1.5px;
  66. border: 6px solid #212529;
  67. font-size: 2.5rem;
  68. line-height: 1.2;
  69. user-select: none;
  70. color: #fff !important;
  71. text-decoration: none !important;
  72. background: #212529;
  73. @media (min-width: 768px) {
  74. font-size: 4.5rem;
  75. }
  76. &-sm {
  77. font-size: 16px !important;
  78. border-width: 3px;
  79. border-radius: 10px;
  80. letter-spacing: -1px;
  81. background: #212529;
  82. }
  83. }
  84. .display-4.font-weight-bold {
  85. letter-spacing: -0.3px;
  86. text-transform: uppercase;
  87. @media (min-width: 768px) {
  88. letter-spacing: -3px;
  89. }
  90. a {
  91. color: #d1d5db;
  92. text-decoration: underline;
  93. }
  94. }
  95. .display-4 {
  96. font-size: 1.5rem;
  97. @media (min-width: 768px) {
  98. font-size: 3.5rem;
  99. }
  100. }
  101. .btn-primary {
  102. background-color: #3B82F6;
  103. }
  104. .card-columns {
  105. -moz-column-count: 3;
  106. column-count: 3;
  107. -moz-column-gap: 0px;
  108. column-gap: 0px;
  109. orphans: 1;
  110. widows: 1;
  111. }
  112. .portfolio-settings {
  113. .nav-pills {
  114. .nav-item {
  115. &.disabled {
  116. span {
  117. pointer-events: none;
  118. color: #3f3f46;
  119. }
  120. }
  121. }
  122. .nav-link {
  123. font-size: 15px;
  124. color: #9ca3af;
  125. font-weight: 400;
  126. &.active {
  127. color: #fff;
  128. background-image: linear-gradient(to right, #4f46e5 0%, #2F80ED 51%, #4f46e5 100%);
  129. background-size: 200% auto;
  130. font-weight: 100;
  131. transition: 0.5s;
  132. &:hover {
  133. background-position: right center;
  134. }
  135. }
  136. }
  137. }
  138. .card {
  139. &-header {
  140. background-color: #000;
  141. border: 1px solid var(--dark);
  142. font-size: 14px;
  143. font-weight: 400;
  144. text-transform: uppercase;
  145. color: var(--muted);
  146. }
  147. .list-group-item {
  148. background: transparent;
  149. }
  150. }
  151. .custom-select {
  152. border-radius: 10px;
  153. font-weight: 700;
  154. padding-left: 20px;
  155. color: #fff;
  156. background: #000 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  157. border-color: var(--dark);
  158. }
  159. .selected-badge {
  160. width: 26px;
  161. height: 26px;
  162. display: flex;
  163. border-radius: 26px;
  164. background-color: #0284c7;
  165. justify-content: center;
  166. align-items: center;
  167. font-size: 14px;
  168. font-weight: 700;
  169. color: #fff;
  170. border: 2px solid #fff;
  171. }
  172. }
  173. .slide-fade-enter-active {
  174. transition: all .3s ease;
  175. }
  176. .slide-fade-leave-active {
  177. transition: all .3s cubic-bezier(1.0, 1.0);
  178. }
  179. .slide-fade-enter, .slide-fade-leave-to {
  180. transform: translateX(10px);
  181. opacity: 0;
  182. }