@beterdichtbij/component-library 0.66.0-beta.2 → 0.67.0

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 (204) hide show
  1. package/README.md +12 -12
  2. package/dist/bd-component-lib.cjs.js +116 -116
  3. package/dist/bd-component-lib.css +1 -1
  4. package/dist/bd-component-lib.es.js +5519 -5519
  5. package/dist/bd-component-lib.umd.js +117 -117
  6. package/dist/{layout → components/layout/BDContainer}/BDContainer.vue.d.ts +1 -1
  7. package/dist/index.d.ts +45 -45
  8. package/dist/locales/en.json +10 -10
  9. package/dist/locales/nl.json +137 -137
  10. package/dist/scss/_active-filters.scss +65 -65
  11. package/dist/scss/_alert.scss +11 -11
  12. package/dist/scss/_article.scss +23 -23
  13. package/dist/scss/_assign-conversation-modal.scss +13 -13
  14. package/dist/scss/_attachments.scss +107 -107
  15. package/dist/scss/_badge.scss +18 -18
  16. package/dist/scss/_base.scss +1 -1
  17. package/dist/scss/_button.scss +74 -74
  18. package/dist/scss/_card.scss +56 -56
  19. package/dist/scss/_chatcloud.scss +98 -98
  20. package/dist/scss/_collapsable-card.scss +107 -107
  21. package/dist/scss/_content-library-card-message-template.scss +136 -136
  22. package/dist/scss/_content-library-card.scss +158 -158
  23. package/dist/scss/_content-library-modal.scss +8 -8
  24. package/dist/scss/_content-library-overview.scss +4 -4
  25. package/dist/scss/_content-library-split-button.scss +19 -19
  26. package/dist/scss/_conversation-to-text-modal.scss +32 -32
  27. package/dist/scss/_dropdown.scss +113 -113
  28. package/dist/scss/_extern.scss +1 -1
  29. package/dist/scss/_file-upload-preview.scss +53 -53
  30. package/dist/scss/_file-upload.scss +26 -26
  31. package/dist/scss/_filter-card.scss +64 -64
  32. package/dist/scss/_form-field.scss +12 -12
  33. package/dist/scss/_form-multiple-checkbox.scss +51 -51
  34. package/dist/scss/_forms.scss +2 -2
  35. package/dist/scss/_header.scss +170 -170
  36. package/dist/scss/_icon-luscii-logo.scss +31 -31
  37. package/dist/scss/_icons.scss +38 -38
  38. package/dist/scss/_image-attachment-modal.scss +91 -91
  39. package/dist/scss/_input-group.scss +2 -2
  40. package/dist/scss/_loader.scss +59 -59
  41. package/dist/scss/_markdown-editor.scss +104 -104
  42. package/dist/scss/_message-template-form-modal.scss +47 -47
  43. package/dist/scss/_mobile-menu.scss +91 -91
  44. package/dist/scss/_modal.scss +176 -176
  45. package/dist/scss/_notification-button.scss +29 -29
  46. package/dist/scss/_pagination.scss +40 -40
  47. package/dist/scss/_phone-number-edit-modal.scss +35 -35
  48. package/dist/scss/_pill.scss +89 -89
  49. package/dist/scss/_profile-image.scss +34 -34
  50. package/dist/scss/_table-sort-header.scss +13 -13
  51. package/dist/scss/_table.scss +16 -16
  52. package/dist/scss/_templates.scss +323 -323
  53. package/dist/scss/_toast.scss +69 -69
  54. package/dist/scss/_user-information.scss +34 -34
  55. package/dist/scss/_user.scss +13 -13
  56. package/dist/scss/_video-call-toast.scss +100 -100
  57. package/dist/scss/_zoomslider.scss +77 -77
  58. package/dist/scss/base/typography.scss +15 -15
  59. package/dist/scss/base/variables.scss +210 -210
  60. package/dist/scss/component-library-styling.scss +50 -50
  61. package/dist/scss/extern/_bootstrap.scss +14 -14
  62. package/dist/scss/extern/_prime-vue.scss +551 -551
  63. package/dist/scss/forms/_form-check.scss +16 -16
  64. package/dist/scss/forms/_form-input.scss +9 -9
  65. package/dist/scss/mixins.scss +78 -78
  66. package/dist/scss/templates/_change-password-template.scss +8 -8
  67. package/dist/scss/templates/_content-library-template.scss +135 -135
  68. package/dist/scss/templates/_not-found-template.scss +5 -5
  69. package/dist/stores/SessionTimeOutStore.ts +46 -46
  70. package/package.json +133 -133
  71. package/dist/components/{atoms → actions}/BDButton/BDButton.vue.d.ts +0 -0
  72. package/dist/components/{atoms → actions}/BDContentLibrarySplitButton/BDContentLibrarySplitButton.vue.d.ts +0 -0
  73. package/dist/components/{atoms → actions}/BDNotificationButton/BDNotificationButton.vue.d.ts +0 -0
  74. package/dist/components/{molecules → communication}/BDChatCloud/BDChatCloud.vue.d.ts +0 -0
  75. package/dist/components/{molecules → communication}/BDSmallConversationCard/BDSmallConversationCard.vue.d.ts +0 -0
  76. package/dist/components/{molecules → communication}/BDUser/BDUser.vue.d.ts +0 -0
  77. package/dist/components/{atoms → communication}/BDUserInformation/BDUserInformation.vue.d.ts +0 -0
  78. package/dist/components/{molecules → communication}/BDVideoCallToast/BDVideoCallToast.vue.d.ts +0 -0
  79. package/dist/components/{molecules → content-library}/BDContentLibraryCard/BDContentLibraryCard.vue.d.ts +0 -0
  80. package/dist/components/{molecules → content-library}/BDContentLibraryCardBasic/BDContentLibraryCardBasic.vue.d.ts +0 -0
  81. package/dist/components/{molecules → content-library}/BDContentLibraryCardImage/BDContentLibraryCardImage.vue.d.ts +0 -0
  82. package/dist/components/{molecules → content-library}/BDContentLibraryCardTitle/BDContentLibraryCardTitle.vue.d.ts +0 -0
  83. package/dist/components/{organisms → content-library}/BDContentLibraryOverview/BDContentLibraryOverview.vue.d.ts +2 -2
  84. package/dist/components/{organisms → content-library}/BDMessageTemplateForm/BDMessageTemplateForm.vue.d.ts +0 -0
  85. package/dist/components/{atoms → data-display}/BDArticle/BDArticle.vue.d.ts +0 -0
  86. package/dist/components/{molecules → data-display}/BDAttachmentPreviewList/BDAttachmentPreviewList.vue.d.ts +0 -0
  87. package/dist/components/{atoms → data-display}/BDBadge/BDBadge.vue.d.ts +0 -0
  88. package/dist/components/{atoms → data-display}/BDCard/BDCard.vue.d.ts +1 -1
  89. /package/dist/components/{atoms → data-display}/BDCollapsableCard/BDCollapsableCard.vue.d.ts +0 -0
  90. /package/dist/components/{molecules → data-display}/BDImageAttachmentPreviewList/BDImageAttachmentPreviewList.vue.d.ts +0 -0
  91. /package/dist/components/{atoms → data-display}/BDProfileImage/BDProfileImage.vue.d.ts +0 -0
  92. /package/dist/components/{molecules → data-display}/BDTable/BDTable.vue.d.ts +0 -0
  93. /package/dist/components/{atoms → data-display}/BDTableSortHeader/BDTableSortHeader.vue.d.ts +0 -0
  94. /package/dist/components/{atoms → feedback}/BDAlert/BDAlert.vue.d.ts +0 -0
  95. /package/dist/components/{atoms → feedback}/BDLoader/BDLoader.vue.d.ts +0 -0
  96. /package/dist/components/{atoms → feedback}/BDPill/BDPill.vue.d.ts +0 -0
  97. /package/dist/components/{atoms → feedback}/BDPlaceholderList/BDPlaceholderList.vue.d.ts +0 -0
  98. /package/dist/components/{atoms → feedback}/BDToast/BDToast.vue.d.ts +0 -0
  99. /package/dist/components/{atoms → forms}/BDDate/BDDate.vue.d.ts +0 -0
  100. /package/dist/components/{molecules → forms}/BDFileUpload/BDFileUpload.vue.d.ts +0 -0
  101. /package/dist/components/{molecules → forms}/BDFileUploadPreview/BDFileUploadPreview.vue.d.ts +0 -0
  102. /package/dist/components/{molecules → forms}/BDFilterCard/BDFilterCard.vue.d.ts +0 -0
  103. /package/dist/components/{atoms → forms}/BDForm/BDForm.vue.d.ts +0 -0
  104. /package/dist/components/{atoms → forms}/BDFormCheckbox/BDFormCheckbox.vue.d.ts +0 -0
  105. /package/dist/components/{atoms → forms}/BDFormInput/BDFormInput.vue.d.ts +0 -0
  106. /package/dist/components/{atoms → forms}/BDFormInvalidFeedback/BDFormInvalidFeedback.vue.d.ts +0 -0
  107. /package/dist/components/{molecules → forms}/BDFormMultipleCheckbox/BDFormMultipleCheckbox.vue.d.ts +0 -0
  108. /package/dist/components/{atoms → forms}/BDFormSelect/BDFormSelect.vue.d.ts +0 -0
  109. /package/dist/components/{atoms → forms}/BDInputGroup/BDInputGroup.vue.d.ts +0 -0
  110. /package/dist/components/{atoms → forms}/BDLinkInput/BDLinkInput.vue.d.ts +0 -0
  111. /package/dist/components/{molecules → forms}/BDMarkdownEditor/BDMarkdownEditor.vue.d.ts +0 -0
  112. /package/dist/components/{atoms/icons → icons}/IconAcademy.vue.d.ts +0 -0
  113. /package/dist/components/{atoms/icons → icons}/IconArrowDown.vue.d.ts +0 -0
  114. /package/dist/components/{atoms/icons → icons}/IconArrowUp.vue.d.ts +0 -0
  115. /package/dist/components/{atoms/icons → icons}/IconAttachment.vue.d.ts +0 -0
  116. /package/dist/components/{atoms/icons → icons}/IconBold.vue.d.ts +0 -0
  117. /package/dist/components/{atoms/icons → icons}/IconBulletList.vue.d.ts +0 -0
  118. /package/dist/components/{atoms/icons → icons}/IconCalendar.vue.d.ts +0 -0
  119. /package/dist/components/{atoms/icons → icons}/IconCall.vue.d.ts +0 -0
  120. /package/dist/components/{atoms/icons → icons}/IconCallReject.vue.d.ts +0 -0
  121. /package/dist/components/{atoms/icons → icons}/IconCardView.vue.d.ts +0 -0
  122. /package/dist/components/{atoms/icons → icons}/IconCaretDown.vue.d.ts +0 -0
  123. /package/dist/components/{atoms/icons → icons}/IconCaretLeft.vue.d.ts +0 -0
  124. /package/dist/components/{atoms/icons → icons}/IconCaretRight.vue.d.ts +0 -0
  125. /package/dist/components/{atoms/icons → icons}/IconCheck.vue.d.ts +0 -0
  126. /package/dist/components/{atoms/icons → icons}/IconClipboard.vue.d.ts +0 -0
  127. /package/dist/components/{atoms/icons → icons}/IconClose.vue.d.ts +0 -0
  128. /package/dist/components/{atoms/icons → icons}/IconComment.vue.d.ts +0 -0
  129. /package/dist/components/{atoms/icons → icons}/IconCommentActive.vue.d.ts +0 -0
  130. /package/dist/components/{atoms/icons → icons}/IconCommentStatic.vue.d.ts +0 -0
  131. /package/dist/components/{atoms/icons → icons}/IconCommonFileEmpty.vue.d.ts +0 -0
  132. /package/dist/components/{atoms/icons → icons}/IconCommonFileWarning.vue.d.ts +0 -0
  133. /package/dist/components/{atoms/icons → icons}/IconContactPerson.vue.d.ts +0 -0
  134. /package/dist/components/{atoms/icons → icons}/IconCopy.vue.d.ts +0 -0
  135. /package/dist/components/{atoms/icons → icons}/IconDelete.vue.d.ts +0 -0
  136. /package/dist/components/{atoms/icons → icons}/IconDoubleCheck.vue.d.ts +0 -0
  137. /package/dist/components/{atoms/icons → icons}/IconDownloadImage.vue.d.ts +0 -0
  138. /package/dist/components/{atoms/icons → icons}/IconEdit.vue.d.ts +0 -0
  139. /package/dist/components/{atoms/icons → icons}/IconEndCall.vue.d.ts +0 -0
  140. /package/dist/components/{atoms/icons → icons}/IconError.vue.d.ts +0 -0
  141. /package/dist/components/{atoms/icons → icons}/IconExternal.vue.d.ts +0 -0
  142. /package/dist/components/{atoms/icons → icons}/IconEyeShow.vue.d.ts +0 -0
  143. /package/dist/components/{atoms/icons → icons}/IconEyeSlash.vue.d.ts +0 -0
  144. /package/dist/components/{atoms/icons → icons}/IconFile.vue.d.ts +0 -0
  145. /package/dist/components/{atoms/icons → icons}/IconFileAdded.vue.d.ts +0 -0
  146. /package/dist/components/{atoms/icons → icons}/IconForward.vue.d.ts +0 -0
  147. /package/dist/components/{atoms/icons → icons}/IconHix.vue.d.ts +0 -0
  148. /package/dist/components/{atoms/icons → icons}/IconHyperlink.vue.d.ts +0 -0
  149. /package/dist/components/{atoms/icons → icons}/IconImageFileLandscape.vue.d.ts +0 -0
  150. /package/dist/components/{atoms/icons → icons}/IconImageFileWarning.vue.d.ts +0 -0
  151. /package/dist/components/{atoms/icons → icons}/IconInbox.vue.d.ts +0 -0
  152. /package/dist/components/{atoms/icons → icons}/IconInfo.vue.d.ts +0 -0
  153. /package/dist/components/{atoms/icons → icons}/IconInformationCircle.vue.d.ts +0 -0
  154. /package/dist/components/{atoms/icons → icons}/IconItalic.vue.d.ts +0 -0
  155. /package/dist/components/{atoms/icons → icons}/IconListView.vue.d.ts +0 -0
  156. /package/dist/components/{atoms/icons → icons}/IconLock.vue.d.ts +0 -0
  157. /package/dist/components/{atoms/icons → icons}/IconLusciiEscalated.vue.d.ts +0 -0
  158. /package/dist/components/{atoms/icons → icons}/IconLusciiLogo.vue.d.ts +0 -0
  159. /package/dist/components/{atoms/icons → icons}/IconLusciiOpen.vue.d.ts +0 -0
  160. /package/dist/components/{atoms/icons → icons}/IconLusciiPriorityHigh.vue.d.ts +0 -0
  161. /package/dist/components/{atoms/icons → icons}/IconLusciiPriorityLow.vue.d.ts +0 -0
  162. /package/dist/components/{atoms/icons → icons}/IconLusciiPriorityMedium.vue.d.ts +0 -0
  163. /package/dist/components/{atoms/icons → icons}/IconMenu.vue.d.ts +0 -0
  164. /package/dist/components/{atoms/icons → icons}/IconMessage.vue.d.ts +0 -0
  165. /package/dist/components/{atoms/icons → icons}/IconMessageForward.vue.d.ts +0 -0
  166. /package/dist/components/{atoms/icons → icons}/IconMicrophoneSlash.vue.d.ts +0 -0
  167. /package/dist/components/{atoms/icons → icons}/IconMicrosoftTeams.vue.d.ts +0 -0
  168. /package/dist/components/{atoms/icons → icons}/IconMin.vue.d.ts +0 -0
  169. /package/dist/components/{atoms/icons → icons}/IconOrderedList.vue.d.ts +0 -0
  170. /package/dist/components/{atoms/icons → icons}/IconPlus.vue.d.ts +0 -0
  171. /package/dist/components/{atoms/icons → icons}/IconRefresh.vue.d.ts +0 -0
  172. /package/dist/components/{atoms/icons → icons}/IconRemove.vue.d.ts +0 -0
  173. /package/dist/components/{atoms/icons → icons}/IconSananetLogo.vue.d.ts +0 -0
  174. /package/dist/components/{atoms/icons → icons}/IconService.vue.d.ts +0 -0
  175. /package/dist/components/{atoms/icons → icons}/IconShareScreen.vue.d.ts +0 -0
  176. /package/dist/components/{atoms/icons → icons}/IconSingleNeutral.vue.d.ts +0 -0
  177. /package/dist/components/{atoms/icons → icons}/IconSort.vue.d.ts +0 -0
  178. /package/dist/components/{atoms/icons → icons}/IconSortAsc.vue.d.ts +0 -0
  179. /package/dist/components/{atoms/icons → icons}/IconSortDesc.vue.d.ts +0 -0
  180. /package/dist/components/{atoms/icons → icons}/IconSortNone.vue.d.ts +0 -0
  181. /package/dist/components/{atoms/icons → icons}/IconTriangleDown.vue.d.ts +0 -0
  182. /package/dist/components/{atoms/icons → icons}/IconTriangleExclamation.vue.d.ts +0 -0
  183. /package/dist/components/{atoms/icons → icons}/IconUnderline.vue.d.ts +0 -0
  184. /package/dist/components/{atoms/icons → icons}/IconVideoDisabled.vue.d.ts +0 -0
  185. /package/dist/components/{atoms/icons → icons}/IconVideocall.vue.d.ts +0 -0
  186. /package/dist/components/{atoms/icons → icons}/IconWarning.vue.d.ts +0 -0
  187. /package/dist/components/{atoms/icons → icons}/IconZorgkaart.vue.d.ts +0 -0
  188. /package/dist/components/{atoms/icons → icons}/index.d.ts +0 -0
  189. /package/dist/{layout → components/layout/BDCol}/BDCol.vue.d.ts +0 -0
  190. /package/dist/components/{organisms → layout}/BDHeader/BDHeader.vue.d.ts +0 -0
  191. /package/dist/components/{organisms → layout}/BDPractitionerHeader/BDPractitionerHeader.vue.d.ts +0 -0
  192. /package/dist/{layout → components/layout/BDRow}/BDRow.vue.d.ts +0 -0
  193. /package/dist/components/{atoms → media}/BDLogo/BDLogo.vue.d.ts +0 -0
  194. /package/dist/components/{atoms → media}/BDZoomslider/BDZoomslider.vue.d.ts +0 -0
  195. /package/dist/components/{organisms → modals}/BDModal/BDModal.vue.d.ts +0 -0
  196. /package/dist/components/{organisms → modals}/BDPhoneNumberEditModal/BDPhoneNumberEditModal.vue.d.ts +0 -0
  197. /package/dist/components/{organisms → modals}/BDSessionTimeOutModal/BDSessionTimeOutModal.vue.d.ts +0 -0
  198. /package/dist/components/{organisms → navigation}/BDDropdown/BDDropdown.vue.d.ts +0 -0
  199. /package/dist/components/{molecules → navigation}/BDDropdownItem/BDDropdownItem.vue.d.ts +0 -0
  200. /package/dist/components/{atoms → navigation}/BDLink/BDLink.vue.d.ts +0 -0
  201. /package/dist/components/{molecules → navigation}/BDMobileMenu/BDMobileMenu.vue.d.ts +0 -0
  202. /package/dist/components/{atoms → navigation}/BDPagination/BDPagination.vue.d.ts +0 -0
  203. /package/dist/components/{atoms → search-and-filter}/BDActiveFilters/BDActiveFilters.vue.d.ts +0 -0
  204. /package/dist/components/{molecules → templates}/BDContentLibraryCardMessageTemplate/BDContentLibraryCardMessageTemplate.vue.d.ts +0 -0
@@ -1,324 +1,324 @@
1
- @import "templates/change-password-template";
2
- @import "templates/content-library-template";
3
- @import "templates/not-found-template";
4
- // TODO split up per template component
5
-
6
- .template {
7
- @media (max-width: map-get($grid-breakpoints, md)) {
8
- .template-title {
9
- padding-left:1rem;
10
- }
11
-
12
- .container, .row {
13
- --bs-gutter-x: 0;
14
- }
15
-
16
- .container {
17
- border-top-left-radius: 8px;
18
- border-top-right-radius: 8px;
19
- }
20
-
21
- button {
22
- margin-right : 1rem;
23
- }
24
-
25
- img {
26
- border-top-left-radius: 8px;
27
- border-top-right-radius: 8px;
28
- }
29
- }
30
-
31
- &.my-organization-template {
32
- .template-header-col {
33
- display: flex;
34
- justify-content: space-between;
35
-
36
- h2 {
37
- line-height: 2.375rem;
38
- }
39
- }
40
-
41
- .bd-card-description {
42
- padding:0 2rem;
43
-
44
- h3 {
45
- font-size: 20px;
46
- font-weight: 700;
47
- line-height: 25px;
48
- }
49
-
50
- .city {
51
- font-family: Work Sans, sans-serif;
52
- font-size: 16px;
53
- font-weight: 400;
54
- line-height: 24px;
55
- text-align: left;
56
- color: #6B758A;
57
- }
58
- }
59
- }
60
-
61
- &.profile-edit-template, &.change-password-template {
62
- @media (max-width: map-get($grid-breakpoints, md)) {
63
-
64
- .bd-profile-picture{
65
- width:80px;
66
- height: 80px;
67
- }
68
- }
69
-
70
- .vue-date-picker {
71
- // Style only applies when dialog is above.
72
- .dp__arrow_bottom + div .dp__calendar {
73
- $week-height: 45px;
74
- height: $week-height * 6;
75
- }
76
-
77
- .dp__theme_light {
78
- flex: 1;
79
- --dp-font-family: $font-primary;
80
- --dp-primary-color: #3594CF;
81
- --dp-text-color : $font-color-primary;
82
-
83
- .btn {
84
- height: 38px;
85
- }
86
- }
87
- }
88
- }
89
-
90
- .bd-card-template {
91
- margin-bottom: 50px;
92
- padding: 56px;
93
-
94
- @media (max-width: map-get($grid-breakpoints, md)) {
95
- padding: 1rem;
96
- }
97
-
98
- .card-body{
99
- padding:revert;
100
- }
101
-
102
- .bd-card-img {
103
- display:flex;
104
- gap: 18px;
105
- margin-bottom: 2rem;
106
-
107
- button,.btn,.btn-link{
108
- align-self: center;
109
- }
110
- }
111
-
112
- .form-input-with-button{
113
- display:flex;
114
- gap: 0.5rem;
115
- }
116
- .form-label{
117
- margin-bottom:0.25rem;
118
- span.form-label-optional {
119
- font-weight:400;
120
- }
121
- }
122
-
123
- &.my-organization-card {
124
- padding: 0px;
125
-
126
- .bd-card-img {
127
- padding: 0px;
128
- width: 100%;
129
- height: 250px;
130
-
131
- img {
132
- object-fit: cover;
133
- border-bottom-left-radius: 0px;
134
- border-bottom-right-radius: 0px;
135
- }
136
- }
137
- }
138
- }
139
-
140
- &.overview-template {
141
- button {
142
- margin-right: 0px;
143
- background-color: #f5f5f5;
144
- }
145
-
146
- .bd-dropdown.dropdown .dropdown-toggle {
147
- display: flex;
148
- align-items: center;
149
- font-weight: 500;
150
- font-size: 13px;
151
- letter-spacing: 0;
152
- line-height: 24px;
153
- margin-right: 0px;
154
- text-decoration: none;
155
- }
156
-
157
- .bd-form-checkbox {
158
- margin-bottom: 22px;
159
- font-family: $font-family-base;
160
- }
161
-
162
- .bd-article {
163
- margin-bottom: 16px;
164
- padding: 20px;
165
- cursor: pointer;
166
-
167
- header {
168
- position: relative;
169
-
170
- .bd-date {
171
- color: $secondary;
172
- font-size: .875rem;
173
- font-weight: 400;
174
- text-wrap: nowrap;
175
- }
176
-
177
- .bd-counter {
178
- margin-right: 0px;
179
- }
180
-
181
- .bd-user__information header {
182
- justify-content: flex-start;
183
- }
184
- }
185
-
186
- .bd-dropdown .dropdown-menu {
187
- padding: 0px;
188
-
189
- .dropdown-item {
190
- cursor: pointer;
191
- line-height: normal;
192
- padding: 8px 20px;
193
- }
194
- }
195
- }
196
-
197
- .bd-badge {
198
- margin-right:auto;
199
- margin: 0px 4px;
200
- align-self:flex-start;
201
- }
202
-
203
- .bd-text{
204
- line-height: 1.375rem;
205
- max-height: 2.75rem;
206
- overflow: hidden;
207
- display: -webkit-box;
208
- -webkit-box-orient: vertical;
209
- overflow: hidden;
210
- -webkit-line-clamp: 2;
211
-
212
- p {
213
- margin-bottom: 0px;
214
- }
215
- }
216
-
217
- .bd-body-card {
218
- display: flex;
219
- justify-content: space-between;
220
-
221
- @media (max-width: map-get($grid-breakpoints, md)) {
222
- flex-direction: column;
223
- align-items:flex-end;
224
- >*:first-child {
225
- align-self: stretch;
226
- }
227
- }
228
-
229
-
230
- }
231
-
232
- .bd-dropdown {
233
- margin-right: 0px;
234
- }
235
-
236
- .bd-counter {
237
- display:none
238
- }
239
-
240
- .bd-article.is-unread {
241
- border-right: 4px solid $primary;
242
-
243
- .bd-date {
244
- color: $primary;
245
- font-weight: 500;
246
- }
247
-
248
- .bd-counter {
249
- display: block;
250
- width: 20px;
251
- height: 20px;
252
- border-radius: 12px;
253
- background-color: $primary;
254
- margin-top:6px;
255
-
256
- }
257
- }
258
- }
259
-
260
- &.detail-conversation-template{
261
- .bd-card-template {
262
- margin-top: 20px;
263
- }
264
-
265
- .spinner-border {
266
- width: 1rem;
267
- height: 1rem;
268
- --bs-spinner-border-width: 0.15em;
269
- }
270
-
271
- .icon-eye-show {
272
- height: 25px;
273
- width: 25px;
274
- padding-bottom: 3px;
275
- }
276
- }
277
-
278
- &.not-found-template {
279
- padding-top: 0px;
280
-
281
- .center-screen {
282
- display: flex;
283
- justify-content: center;
284
- align-items: center;
285
- text-align: center;
286
- min-height: 100vh;
287
- }
288
-
289
- .container-warning {
290
- display: flex;
291
- flex-direction: column;
292
- align-items: center;
293
- justify-content: center;
294
- gap: 20px;
295
- background-color: #fff;
296
- height: 319px;
297
- width: 500px;
298
- border-radius: 8px;
299
- padding: 40px;
300
-
301
- }
302
- }
303
- }
304
-
305
- @media (max-width: map-get($grid-breakpoints, sm)) {
306
- .template {
307
- &.overview-template {
308
- .bd-form-checkbox {
309
- padding-left:2.8rem;
310
- margin-bottom: 12px;
311
- }
312
-
313
- .conversations-container {
314
- padding: 0px;
315
-
316
- .bd-article {
317
- margin-bottom: 5px;
318
- border-radius: 0px;
319
- padding: 16px;
320
- }
321
- }
322
- }
323
- }
1
+ @import "templates/change-password-template";
2
+ @import "templates/content-library-template";
3
+ @import "templates/not-found-template";
4
+ // TODO split up per template component
5
+
6
+ .template {
7
+ @media (max-width: map-get($grid-breakpoints, md)) {
8
+ .template-title {
9
+ padding-left:1rem;
10
+ }
11
+
12
+ .container, .row {
13
+ --bs-gutter-x: 0;
14
+ }
15
+
16
+ .container {
17
+ border-top-left-radius: 8px;
18
+ border-top-right-radius: 8px;
19
+ }
20
+
21
+ button {
22
+ margin-right : 1rem;
23
+ }
24
+
25
+ img {
26
+ border-top-left-radius: 8px;
27
+ border-top-right-radius: 8px;
28
+ }
29
+ }
30
+
31
+ &.my-organization-template {
32
+ .template-header-col {
33
+ display: flex;
34
+ justify-content: space-between;
35
+
36
+ h2 {
37
+ line-height: 2.375rem;
38
+ }
39
+ }
40
+
41
+ .bd-card-description {
42
+ padding:0 2rem;
43
+
44
+ h3 {
45
+ font-size: 20px;
46
+ font-weight: 700;
47
+ line-height: 25px;
48
+ }
49
+
50
+ .city {
51
+ font-family: Work Sans, sans-serif;
52
+ font-size: 16px;
53
+ font-weight: 400;
54
+ line-height: 24px;
55
+ text-align: left;
56
+ color: #6B758A;
57
+ }
58
+ }
59
+ }
60
+
61
+ &.profile-edit-template, &.change-password-template {
62
+ @media (max-width: map-get($grid-breakpoints, md)) {
63
+
64
+ .bd-profile-picture{
65
+ width:80px;
66
+ height: 80px;
67
+ }
68
+ }
69
+
70
+ .vue-date-picker {
71
+ // Style only applies when dialog is above.
72
+ .dp__arrow_bottom + div .dp__calendar {
73
+ $week-height: 45px;
74
+ height: $week-height * 6;
75
+ }
76
+
77
+ .dp__theme_light {
78
+ flex: 1;
79
+ --dp-font-family: $font-primary;
80
+ --dp-primary-color: #3594CF;
81
+ --dp-text-color : $font-color-primary;
82
+
83
+ .btn {
84
+ height: 38px;
85
+ }
86
+ }
87
+ }
88
+ }
89
+
90
+ .bd-card-template {
91
+ margin-bottom: 50px;
92
+ padding: 56px;
93
+
94
+ @media (max-width: map-get($grid-breakpoints, md)) {
95
+ padding: 1rem;
96
+ }
97
+
98
+ .card-body{
99
+ padding:revert;
100
+ }
101
+
102
+ .bd-card-img {
103
+ display:flex;
104
+ gap: 18px;
105
+ margin-bottom: 2rem;
106
+
107
+ button,.btn,.btn-link{
108
+ align-self: center;
109
+ }
110
+ }
111
+
112
+ .form-input-with-button{
113
+ display:flex;
114
+ gap: 0.5rem;
115
+ }
116
+ .form-label{
117
+ margin-bottom:0.25rem;
118
+ span.form-label-optional {
119
+ font-weight:400;
120
+ }
121
+ }
122
+
123
+ &.my-organization-card {
124
+ padding: 0px;
125
+
126
+ .bd-card-img {
127
+ padding: 0px;
128
+ width: 100%;
129
+ height: 250px;
130
+
131
+ img {
132
+ object-fit: cover;
133
+ border-bottom-left-radius: 0px;
134
+ border-bottom-right-radius: 0px;
135
+ }
136
+ }
137
+ }
138
+ }
139
+
140
+ &.overview-template {
141
+ button {
142
+ margin-right: 0px;
143
+ background-color: #f5f5f5;
144
+ }
145
+
146
+ .bd-dropdown.dropdown .dropdown-toggle {
147
+ display: flex;
148
+ align-items: center;
149
+ font-weight: 500;
150
+ font-size: 13px;
151
+ letter-spacing: 0;
152
+ line-height: 24px;
153
+ margin-right: 0px;
154
+ text-decoration: none;
155
+ }
156
+
157
+ .bd-form-checkbox {
158
+ margin-bottom: 22px;
159
+ font-family: $font-family-base;
160
+ }
161
+
162
+ .bd-article {
163
+ margin-bottom: 16px;
164
+ padding: 20px;
165
+ cursor: pointer;
166
+
167
+ header {
168
+ position: relative;
169
+
170
+ .bd-date {
171
+ color: $secondary;
172
+ font-size: .875rem;
173
+ font-weight: 400;
174
+ text-wrap: nowrap;
175
+ }
176
+
177
+ .bd-counter {
178
+ margin-right: 0px;
179
+ }
180
+
181
+ .bd-user__information header {
182
+ justify-content: flex-start;
183
+ }
184
+ }
185
+
186
+ .bd-dropdown .dropdown-menu {
187
+ padding: 0px;
188
+
189
+ .dropdown-item {
190
+ cursor: pointer;
191
+ line-height: normal;
192
+ padding: 8px 20px;
193
+ }
194
+ }
195
+ }
196
+
197
+ .bd-badge {
198
+ margin-right:auto;
199
+ margin: 0px 4px;
200
+ align-self:flex-start;
201
+ }
202
+
203
+ .bd-text{
204
+ line-height: 1.375rem;
205
+ max-height: 2.75rem;
206
+ overflow: hidden;
207
+ display: -webkit-box;
208
+ -webkit-box-orient: vertical;
209
+ overflow: hidden;
210
+ -webkit-line-clamp: 2;
211
+
212
+ p {
213
+ margin-bottom: 0px;
214
+ }
215
+ }
216
+
217
+ .bd-body-card {
218
+ display: flex;
219
+ justify-content: space-between;
220
+
221
+ @media (max-width: map-get($grid-breakpoints, md)) {
222
+ flex-direction: column;
223
+ align-items:flex-end;
224
+ >*:first-child {
225
+ align-self: stretch;
226
+ }
227
+ }
228
+
229
+
230
+ }
231
+
232
+ .bd-dropdown {
233
+ margin-right: 0px;
234
+ }
235
+
236
+ .bd-counter {
237
+ display:none
238
+ }
239
+
240
+ .bd-article.is-unread {
241
+ border-right: 4px solid $primary;
242
+
243
+ .bd-date {
244
+ color: $primary;
245
+ font-weight: 500;
246
+ }
247
+
248
+ .bd-counter {
249
+ display: block;
250
+ width: 20px;
251
+ height: 20px;
252
+ border-radius: 12px;
253
+ background-color: $primary;
254
+ margin-top:6px;
255
+
256
+ }
257
+ }
258
+ }
259
+
260
+ &.detail-conversation-template{
261
+ .bd-card-template {
262
+ margin-top: 20px;
263
+ }
264
+
265
+ .spinner-border {
266
+ width: 1rem;
267
+ height: 1rem;
268
+ --bs-spinner-border-width: 0.15em;
269
+ }
270
+
271
+ .icon-eye-show {
272
+ height: 25px;
273
+ width: 25px;
274
+ padding-bottom: 3px;
275
+ }
276
+ }
277
+
278
+ &.not-found-template {
279
+ padding-top: 0px;
280
+
281
+ .center-screen {
282
+ display: flex;
283
+ justify-content: center;
284
+ align-items: center;
285
+ text-align: center;
286
+ min-height: 100vh;
287
+ }
288
+
289
+ .container-warning {
290
+ display: flex;
291
+ flex-direction: column;
292
+ align-items: center;
293
+ justify-content: center;
294
+ gap: 20px;
295
+ background-color: #fff;
296
+ height: 319px;
297
+ width: 500px;
298
+ border-radius: 8px;
299
+ padding: 40px;
300
+
301
+ }
302
+ }
303
+ }
304
+
305
+ @media (max-width: map-get($grid-breakpoints, sm)) {
306
+ .template {
307
+ &.overview-template {
308
+ .bd-form-checkbox {
309
+ padding-left:2.8rem;
310
+ margin-bottom: 12px;
311
+ }
312
+
313
+ .conversations-container {
314
+ padding: 0px;
315
+
316
+ .bd-article {
317
+ margin-bottom: 5px;
318
+ border-radius: 0px;
319
+ padding: 16px;
320
+ }
321
+ }
322
+ }
323
+ }
324
324
  }