nodebb-theme-harmony 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. package/.eslintrc +3 -3
  2. package/README.md +22 -22
  3. package/lib/controllers.js +29 -29
  4. package/library.js +183 -183
  5. package/package.json +48 -48
  6. package/plugin.json +24 -24
  7. package/public/.eslintrc +3 -3
  8. package/public/admin.js +15 -15
  9. package/public/harmony.js +287 -287
  10. package/public/settings.js +31 -31
  11. package/renovate.json +6 -6
  12. package/scss/account.scss +27 -27
  13. package/scss/category.scss +3 -3
  14. package/scss/chats.scss +11 -11
  15. package/scss/common.scss +122 -122
  16. package/scss/fonts.scss +19 -19
  17. package/scss/groups.scss +22 -22
  18. package/scss/harmony.scss +24 -24
  19. package/scss/header.scss +15 -15
  20. package/scss/mixins.scss +183 -183
  21. package/scss/modals.scss +6 -6
  22. package/scss/modules/breadcrumbs.scss +15 -15
  23. package/scss/modules/cover.scss +102 -102
  24. package/scss/modules/filters.scss +7 -7
  25. package/scss/modules/nprogress.scss +80 -80
  26. package/scss/modules/paginator.scss +23 -23
  27. package/scss/modules/tags.scss +5 -5
  28. package/scss/modules/topic-navigator.scss +52 -52
  29. package/scss/modules/topics-list.scss +40 -40
  30. package/scss/modules/user-menu.scss +10 -10
  31. package/scss/overrides.scss +65 -65
  32. package/scss/sidebar.scss +188 -188
  33. package/scss/skins.scss +58 -58
  34. package/scss/status.scss +24 -24
  35. package/scss/topic.scss +130 -130
  36. package/templates/account/blocks.tpl +51 -51
  37. package/templates/account/categories.tpl +63 -63
  38. package/templates/account/consent.tpl +73 -73
  39. package/templates/account/edit/password.tpl +34 -34
  40. package/templates/account/edit/username.tpl +29 -29
  41. package/templates/account/edit.tpl +137 -137
  42. package/templates/account/followers.tpl +14 -14
  43. package/templates/account/following.tpl +15 -15
  44. package/templates/account/groups.tpl +15 -15
  45. package/templates/account/info.tpl +270 -270
  46. package/templates/account/posts.tpl +35 -35
  47. package/templates/account/profile.tpl +92 -92
  48. package/templates/account/sessions.tpl +8 -8
  49. package/templates/account/settings.tpl +236 -236
  50. package/templates/account/shares.tpl +19 -19
  51. package/templates/account/tags.tpl +12 -12
  52. package/templates/account/theme.tpl +63 -63
  53. package/templates/account/topics.tpl +44 -44
  54. package/templates/account/uploads.tpl +37 -37
  55. package/templates/admin/plugins/harmony.tpl +57 -57
  56. package/templates/categories.tpl +29 -29
  57. package/templates/category.tpl +72 -72
  58. package/templates/footer.tpl +17 -17
  59. package/templates/groups/details.tpl +86 -86
  60. package/templates/groups/list.tpl +58 -58
  61. package/templates/groups/members.tpl +9 -9
  62. package/templates/header.tpl +45 -45
  63. package/templates/notifications.tpl +32 -32
  64. package/templates/partials/account/admin-menu.tpl +36 -36
  65. package/templates/partials/account/category-item.tpl +22 -22
  66. package/templates/partials/account/footer.tpl +2 -2
  67. package/templates/partials/account/header.tpl +98 -98
  68. package/templates/partials/account/session-list.tpl +18 -18
  69. package/templates/partials/account/sidebar-left.tpl +116 -116
  70. package/templates/partials/breadcrumbs-json-ld.tpl +15 -15
  71. package/templates/partials/breadcrumbs.tpl +12 -12
  72. package/templates/partials/buttons/newTopic.tpl +22 -22
  73. package/templates/partials/categories/item.tpl +56 -56
  74. package/templates/partials/categories/lastpost.tpl +24 -24
  75. package/templates/partials/categories/link.tpl +4 -4
  76. package/templates/partials/category/subcategory.tpl +18 -18
  77. package/templates/partials/category/tags.tpl +3 -3
  78. package/templates/partials/cookie-consent.tpl +6 -6
  79. package/templates/partials/groups/admin.tpl +95 -95
  80. package/templates/partials/groups/invited.tpl +32 -32
  81. package/templates/partials/groups/list.tpl +15 -15
  82. package/templates/partials/groups/memberlist.tpl +46 -46
  83. package/templates/partials/groups/pending.tpl +29 -29
  84. package/templates/partials/groups/sidebar-left.tpl +27 -27
  85. package/templates/partials/header/brand.tpl +27 -27
  86. package/templates/partials/mobile-footer.tpl +95 -95
  87. package/templates/partials/notifications_list.tpl +44 -44
  88. package/templates/partials/paginator.tpl +46 -46
  89. package/templates/partials/post_bar.tpl +27 -27
  90. package/templates/partials/posts_list.tpl +7 -7
  91. package/templates/partials/posts_list_item.tpl +19 -19
  92. package/templates/partials/quick-search-results.tpl +46 -46
  93. package/templates/partials/search-filters.tpl +183 -183
  94. package/templates/partials/search-results.tpl +54 -54
  95. package/templates/partials/sidebar/chats.tpl +45 -45
  96. package/templates/partials/sidebar/drafts.tpl +63 -63
  97. package/templates/partials/sidebar/logged-in-menu.tpl +22 -22
  98. package/templates/partials/sidebar/logged-out-menu.tpl +44 -44
  99. package/templates/partials/sidebar/notifications.tpl +49 -49
  100. package/templates/partials/sidebar/search-mobile.tpl +28 -28
  101. package/templates/partials/sidebar/search.tpl +30 -30
  102. package/templates/partials/sidebar/user-menu.tpl +103 -103
  103. package/templates/partials/sidebar-left.tpl +39 -39
  104. package/templates/partials/sidebar-right.tpl +16 -16
  105. package/templates/partials/skin-switcher.tpl +50 -50
  106. package/templates/partials/tags_list.tpl +7 -7
  107. package/templates/partials/toast.tpl +19 -19
  108. package/templates/partials/topic/event.tpl +12 -12
  109. package/templates/partials/topic/navigation-post.tpl +9 -9
  110. package/templates/partials/topic/navigator-mobile.tpl +61 -61
  111. package/templates/partials/topic/navigator.tpl +26 -26
  112. package/templates/partials/topic/necro-post.tpl +5 -5
  113. package/templates/partials/topic/post-menu-list.tpl +156 -156
  114. package/templates/partials/topic/post-menu.tpl +4 -4
  115. package/templates/partials/topic/post-placeholder.tpl +14 -14
  116. package/templates/partials/topic/post.tpl +146 -146
  117. package/templates/partials/topic/quickreply.tpl +28 -28
  118. package/templates/partials/topic/reply-button.tpl +26 -26
  119. package/templates/partials/topic/selection-tooltip.tpl +2 -2
  120. package/templates/partials/topic/sort.tpl +27 -27
  121. package/templates/partials/topic/stats.tpl +14 -14
  122. package/templates/partials/topic/thumbs.tpl +4 -4
  123. package/templates/partials/topic/tools.tpl +8 -8
  124. package/templates/partials/topic/topic-menu-list.tpl +73 -73
  125. package/templates/partials/topic/watch.tpl +59 -59
  126. package/templates/partials/topic-filters.tpl +15 -15
  127. package/templates/partials/topic-list-bar.tpl +54 -54
  128. package/templates/partials/topic-terms.tpl +15 -15
  129. package/templates/partials/topics_list.tpl +131 -131
  130. package/templates/partials/users/item.tpl +39 -39
  131. package/templates/partials/users_list.tpl +4 -4
  132. package/templates/partials/users_list_menu.tpl +14 -14
  133. package/templates/popular.tpl +34 -34
  134. package/templates/post-queue.tpl +211 -211
  135. package/templates/recent.tpl +42 -42
  136. package/templates/search.tpl +46 -46
  137. package/templates/tag.tpl +34 -34
  138. package/templates/tags.tpl +49 -49
  139. package/templates/top.tpl +34 -34
  140. package/templates/topic.tpl +123 -123
  141. package/templates/unread.tpl +31 -31
  142. package/templates/users.tpl +39 -39
  143. package/templates/world.tpl +66 -66
  144. package/theme.json +6 -6
  145. package/package-lock.json +0 -2338
@@ -1,80 +1,80 @@
1
- #nprogress {
2
- pointer-events: none;
3
- }
4
-
5
- $nprogress-color: $primary;
6
-
7
- #nprogress .bar {
8
- background: $nprogress-color;
9
- position: fixed;
10
- z-index: 1031;
11
- top: 0;
12
- left: 0;
13
- width: 100%;
14
- height: 2px;
15
- }
16
-
17
- #nprogress .peg {
18
- display: block;
19
- position: absolute;
20
- right: 0px;
21
- width: 100px;
22
- height: 100%;
23
- box-shadow: 0 0 10px $nprogress-color, 0 0 5px $nprogress-color;
24
- opacity: 1.0;
25
-
26
- -webkit-transform: rotate(3deg) translate(0px, -4px);
27
- -ms-transform: rotate(3deg) translate(0px, -4px);
28
- transform: rotate(3deg) translate(0px, -4px);
29
- }
30
-
31
- #nprogress .spinner {
32
- display: none;
33
- position: fixed;
34
- z-index: 1031;
35
- top: 15px;
36
- right: 15px;
37
- }
38
-
39
- @include media-breakpoint-down(sm) {
40
- #nprogress .spinner {
41
- bottom: 15px;
42
- right: 15px;
43
- top: initial;
44
- }
45
- }
46
-
47
-
48
- #nprogress .spinner-icon {
49
- width: 18px;
50
- height: 18px;
51
- box-sizing: border-box;
52
-
53
- border: solid 2px transparent;
54
- border-top-color: $nprogress-color;
55
- border-left-color: $nprogress-color;
56
- border-radius: 50%;
57
-
58
- -webkit-animation: nprogress-spinner 400ms linear infinite;
59
- animation: nprogress-spinner 400ms linear infinite;
60
- }
61
-
62
- .nprogress-custom-parent {
63
- overflow: hidden;
64
- position: relative;
65
- }
66
-
67
- .nprogress-custom-parent #nprogress .spinner,
68
- .nprogress-custom-parent #nprogress .bar {
69
- position: absolute;
70
- }
71
-
72
- @-webkit-keyframes nprogress-spinner {
73
- 0% { -webkit-transform: rotate(0deg); }
74
- 100% { -webkit-transform: rotate(360deg); }
75
- }
76
- @keyframes nprogress-spinner {
77
- 0% { transform: rotate(0deg); }
78
- 100% { transform: rotate(360deg); }
79
- }
80
-
1
+ #nprogress {
2
+ pointer-events: none;
3
+ }
4
+
5
+ $nprogress-color: $primary;
6
+
7
+ #nprogress .bar {
8
+ background: $nprogress-color;
9
+ position: fixed;
10
+ z-index: 1031;
11
+ top: 0;
12
+ left: 0;
13
+ width: 100%;
14
+ height: 2px;
15
+ }
16
+
17
+ #nprogress .peg {
18
+ display: block;
19
+ position: absolute;
20
+ right: 0px;
21
+ width: 100px;
22
+ height: 100%;
23
+ box-shadow: 0 0 10px $nprogress-color, 0 0 5px $nprogress-color;
24
+ opacity: 1.0;
25
+
26
+ -webkit-transform: rotate(3deg) translate(0px, -4px);
27
+ -ms-transform: rotate(3deg) translate(0px, -4px);
28
+ transform: rotate(3deg) translate(0px, -4px);
29
+ }
30
+
31
+ #nprogress .spinner {
32
+ display: none;
33
+ position: fixed;
34
+ z-index: 1031;
35
+ top: 15px;
36
+ right: 15px;
37
+ }
38
+
39
+ @include media-breakpoint-down(sm) {
40
+ #nprogress .spinner {
41
+ bottom: 15px;
42
+ right: 15px;
43
+ top: initial;
44
+ }
45
+ }
46
+
47
+
48
+ #nprogress .spinner-icon {
49
+ width: 18px;
50
+ height: 18px;
51
+ box-sizing: border-box;
52
+
53
+ border: solid 2px transparent;
54
+ border-top-color: $nprogress-color;
55
+ border-left-color: $nprogress-color;
56
+ border-radius: 50%;
57
+
58
+ -webkit-animation: nprogress-spinner 400ms linear infinite;
59
+ animation: nprogress-spinner 400ms linear infinite;
60
+ }
61
+
62
+ .nprogress-custom-parent {
63
+ overflow: hidden;
64
+ position: relative;
65
+ }
66
+
67
+ .nprogress-custom-parent #nprogress .spinner,
68
+ .nprogress-custom-parent #nprogress .bar {
69
+ position: absolute;
70
+ }
71
+
72
+ @-webkit-keyframes nprogress-spinner {
73
+ 0% { -webkit-transform: rotate(0deg); }
74
+ 100% { -webkit-transform: rotate(360deg); }
75
+ }
76
+ @keyframes nprogress-spinner {
77
+ 0% { transform: rotate(0deg); }
78
+ 100% { transform: rotate(360deg); }
79
+ }
80
+
@@ -1,24 +1,24 @@
1
- .skin-noskin [component="pagination"] {
2
- .page-item.active:not(.disabled) .page-link {
3
- color: $body-color;
4
- background-color: $gray-300;
5
- border-color: $gray-300;
6
- }
7
-
8
- .page-item:not(.disabled):hover .page-link {
9
- color: $body-color;
10
- }
11
- }
12
-
13
- [component="pagination"] {
14
- .page-item.active:not(.disabled) .page-link {
15
- color: $pagination-active-color;
16
- }
17
- .page-item:not(.disabled):hover .page-link {
18
- color: $pagination-hover-color;
19
- background-color: $pagination-hover-bg;
20
- }
21
- .page-item:not(.disabled) .page-link {
22
- color: $body-color;
23
- }
1
+ .skin-noskin [component="pagination"] {
2
+ .page-item.active:not(.disabled) .page-link {
3
+ color: $body-color;
4
+ background-color: $gray-300;
5
+ border-color: $gray-300;
6
+ }
7
+
8
+ .page-item:not(.disabled):hover .page-link {
9
+ color: $body-color;
10
+ }
11
+ }
12
+
13
+ [component="pagination"] {
14
+ .page-item.active:not(.disabled) .page-link {
15
+ color: $pagination-active-color;
16
+ }
17
+ .page-item:not(.disabled):hover .page-link {
18
+ color: $pagination-hover-color;
19
+ background-color: $pagination-hover-bg;
20
+ }
21
+ .page-item:not(.disabled) .page-link {
22
+ color: $body-color;
23
+ }
24
24
  }
@@ -1,6 +1,6 @@
1
- .tag-list {
2
- .tag {
3
- background-color: $gray-200!important;
4
- color: $gray-700!important;
5
- }
1
+ .tag-list {
2
+ .tag {
3
+ background-color: $gray-200!important;
4
+ color: $gray-700!important;
5
+ }
6
6
  }
@@ -1,53 +1,53 @@
1
- .pagination-block { display: none; }
2
-
3
- body.template-topic {
4
- // used for both sidebar and bottom bar pagination-block
5
- .pagination-block {
6
- display: block;
7
- transition: opacity 250ms ease-in;
8
- opacity: 0;
9
- &.ready {
10
- opacity: 1;
11
- }
12
- &.noreplies {
13
- pointer-events: none;
14
- cursor: none;
15
- }
16
- }
17
- }
18
-
19
- .topic .pagination-block {
20
- .scroller-content {
21
- min-width: 170px;
22
- }
23
- .scroller-container {
24
- left: 10px;
25
- height: 300px;
26
- border-left: 2px solid $border-color;
27
-
28
- .scroller-thumb {
29
- left: -5px;
30
- &:not(.active) {
31
- transition: top 100ms linear;
32
- }
33
- cursor: grab;
34
- &.active {
35
- cursor: grabbing;
36
- }
37
- }
38
-
39
- .unread {
40
- width: 1px;
41
- height: 0; // initial
42
- bottom: 0;
43
- background: $primary;
44
- transition: $transition-base;
45
- left: -1px;
46
-
47
- .meta {
48
- left: 5px;
49
- font-size: 13px;
50
- }
51
- }
52
- }
1
+ .pagination-block { display: none; }
2
+
3
+ body.template-topic {
4
+ // used for both sidebar and bottom bar pagination-block
5
+ .pagination-block {
6
+ display: block;
7
+ transition: opacity 250ms ease-in;
8
+ opacity: 0;
9
+ &.ready {
10
+ opacity: 1;
11
+ }
12
+ &.noreplies {
13
+ pointer-events: none;
14
+ cursor: none;
15
+ }
16
+ }
17
+ }
18
+
19
+ .topic .pagination-block {
20
+ .scroller-content {
21
+ min-width: 170px;
22
+ }
23
+ .scroller-container {
24
+ left: 10px;
25
+ height: 300px;
26
+ border-left: 2px solid $border-color;
27
+
28
+ .scroller-thumb {
29
+ left: -5px;
30
+ &:not(.active) {
31
+ transition: top 100ms linear;
32
+ }
33
+ cursor: grab;
34
+ &.active {
35
+ cursor: grabbing;
36
+ }
37
+ }
38
+
39
+ .unread {
40
+ width: 1px;
41
+ height: 0; // initial
42
+ bottom: 0;
43
+ background: $primary;
44
+ transition: $transition-base;
45
+ left: -1px;
46
+
47
+ .meta {
48
+ left: 5px;
49
+ font-size: 13px;
50
+ }
51
+ }
52
+ }
53
53
  }
@@ -1,40 +1,40 @@
1
- ul.topics-list, ul.categories-list {
2
- li {
3
- &.deleted {
4
- .meta, .topic-thumbs { visibility: hidden!important; }
5
- opacity: 0.65;
6
- }
7
-
8
- &.selected {
9
- background-color: mix($body-bg, $body-color, 90%);
10
- [component="topic/select"] {
11
- color: $success!important;
12
- visibility: visible;
13
- }
14
- }
15
- p {
16
- margin: 0 !important;
17
- }
18
-
19
- // all other skins use link-color for unread titles
20
- &.unread .title {
21
- color: $link-color;
22
- }
23
-
24
- .ui-sortable-handle {
25
- cursor: move;
26
- }
27
-
28
- // if only one thumb don't display
29
- [data-numthumbs="1"] { display: none; }
30
- }
31
- }
32
-
33
- // on default skin use primary color for unread titles
34
- .skin-noskin {
35
- ul.topics-list, ul.categories-list {
36
- li.unread .title {
37
- color: $primary;
38
- }
39
- }
40
- }
1
+ ul.topics-list, ul.categories-list {
2
+ li {
3
+ &.deleted {
4
+ .meta, .topic-thumbs { visibility: hidden!important; }
5
+ opacity: 0.65;
6
+ }
7
+
8
+ &.selected {
9
+ background-color: mix($body-bg, $body-color, 90%);
10
+ [component="topic/select"] {
11
+ color: $success!important;
12
+ visibility: visible;
13
+ }
14
+ }
15
+ p {
16
+ margin: 0 !important;
17
+ }
18
+
19
+ // all other skins use link-color for unread titles
20
+ &.unread .title {
21
+ color: $link-color;
22
+ }
23
+
24
+ .ui-sortable-handle {
25
+ cursor: move;
26
+ }
27
+
28
+ // if only one thumb don't display
29
+ [data-numthumbs="1"] { display: none; }
30
+ }
31
+ }
32
+
33
+ // on default skin use primary color for unread titles
34
+ .skin-noskin {
35
+ ul.topics-list, ul.categories-list {
36
+ li.unread .title {
37
+ color: $primary;
38
+ }
39
+ }
40
+ }
@@ -1,11 +1,11 @@
1
- [component="header/usercontrol"] {
2
- [component="header/profilelink"] > div, .user-status > div {
3
- min-width: 1.25em; // match fontawesome fixed width
4
- }
5
- .user-status i.fa-check {
6
- display: none;
7
- }
8
- .user-status.selected i.fa-check {
9
- display: block;
10
- }
1
+ [component="header/usercontrol"] {
2
+ [component="header/profilelink"] > div, .user-status > div {
3
+ min-width: 1.25em; // match fontawesome fixed width
4
+ }
5
+ .user-status i.fa-check {
6
+ display: none;
7
+ }
8
+ .user-status.selected i.fa-check {
9
+ display: block;
10
+ }
11
11
  }
@@ -1,66 +1,66 @@
1
- // only overrides to bs5 variables here
2
-
3
- // Harmony colours
4
- $white: #fff !default;
5
- $gray-100: #f8f9fa !default;
6
- $gray-200: #e9ecef !default;
7
- $gray-300: #dee2e6 !default;
8
- $gray-400: #ced4da !default;
9
- $gray-500: #adb5bd !default;
10
- $gray-600: #6c757d !default;
11
- $gray-700: #495057 !default;
12
- $gray-800: #343a40 !default;
13
- $gray-900: #212529 !default;
14
- $black: #000 !default;
15
-
16
- $blue: #0d6efd !default;
17
- $red: #dc3545 !default;
18
- $yellow: #ffc107 !default;
19
- $green: #198754 !default;
20
- $cyan: #0dcaf0 !default;
21
-
22
- $primary: $blue !default;
23
- $secondary: $gray-600 !default;
24
- $success: $green !default;
25
- $info: $cyan !default;
26
- $warning: $yellow !default;
27
- $danger: $red !default;
28
- $light: $gray-100 !default;
29
- $dark: $gray-900 !default;
30
-
31
- $body-color: $gray-800 !default;
32
- $body-bg: $white !default;
33
- $body-tertiary-bg: $gray-200 !default;
34
- $text-muted: $gray-600 !default;
35
- $border-color: $gray-200 !default;
36
- $link-color: #0951be !default;
37
-
38
- $form-check-input-border: var(--bs-border-width) solid $gray-500 !default;
39
-
40
- $input-placeholder-color: $gray-600!important;
41
-
42
- // no caret on dropdown-toggle
43
- $enable-caret: false;
44
-
45
- // disable smooth scroll, this makes window.scrollTo(0,0) in ajaxify.js take x milliseconds
46
- $enable-smooth-scroll: false;
47
-
48
- $enable-shadows: true;
49
-
50
- $link-decoration: none;
51
- $link-hover-decoration: underline;
52
-
53
- // Custom fonts
54
- $font-family-sans-serif: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
55
- $font-family-secondary: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
56
- $font-weight-semibold: 500 !default;
57
- $small-font-size: 0.875rem !default;
58
-
59
- $breadcrumb-divider: quote("→");
60
- $breadcrumb-divider-color: $gray-500 !default;
61
- $breadcrumb-active-color: $body-color !default;
62
- $breadcrumb-item-padding-x: 12px !default;
63
-
64
- .form-control::placeholder, .bootstrap-tagsinput::placeholder {
65
- color: $gray-500 !important;
1
+ // only overrides to bs5 variables here
2
+
3
+ // Harmony colours
4
+ $white: #fff !default;
5
+ $gray-100: #f8f9fa !default;
6
+ $gray-200: #e9ecef !default;
7
+ $gray-300: #dee2e6 !default;
8
+ $gray-400: #ced4da !default;
9
+ $gray-500: #adb5bd !default;
10
+ $gray-600: #6c757d !default;
11
+ $gray-700: #495057 !default;
12
+ $gray-800: #343a40 !default;
13
+ $gray-900: #212529 !default;
14
+ $black: #000 !default;
15
+
16
+ $blue: #0d6efd !default;
17
+ $red: #dc3545 !default;
18
+ $yellow: #ffc107 !default;
19
+ $green: #198754 !default;
20
+ $cyan: #0dcaf0 !default;
21
+
22
+ $primary: $blue !default;
23
+ $secondary: $gray-600 !default;
24
+ $success: $green !default;
25
+ $info: $cyan !default;
26
+ $warning: $yellow !default;
27
+ $danger: $red !default;
28
+ $light: $gray-100 !default;
29
+ $dark: $gray-900 !default;
30
+
31
+ $body-color: $gray-800 !default;
32
+ $body-bg: $white !default;
33
+ $body-tertiary-bg: $gray-200 !default;
34
+ $text-muted: $gray-600 !default;
35
+ $border-color: $gray-200 !default;
36
+ $link-color: #0951be !default;
37
+
38
+ $form-check-input-border: var(--bs-border-width) solid $gray-500 !default;
39
+
40
+ $input-placeholder-color: $gray-600!important;
41
+
42
+ // no caret on dropdown-toggle
43
+ $enable-caret: false;
44
+
45
+ // disable smooth scroll, this makes window.scrollTo(0,0) in ajaxify.js take x milliseconds
46
+ $enable-smooth-scroll: false;
47
+
48
+ $enable-shadows: true;
49
+
50
+ $link-decoration: none;
51
+ $link-hover-decoration: underline;
52
+
53
+ // Custom fonts
54
+ $font-family-sans-serif: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
55
+ $font-family-secondary: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
56
+ $font-weight-semibold: 500 !default;
57
+ $small-font-size: 0.875rem !default;
58
+
59
+ $breadcrumb-divider: quote("→");
60
+ $breadcrumb-divider-color: $gray-500 !default;
61
+ $breadcrumb-active-color: $body-color !default;
62
+ $breadcrumb-item-padding-x: 12px !default;
63
+
64
+ .form-control::placeholder, .bootstrap-tagsinput::placeholder {
65
+ color: $gray-500 !important;
66
66
  }