nodebb-theme-persona 13.3.29 → 13.3.31

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 (146) hide show
  1. package/.eslintrc +2 -2
  2. package/README.md +20 -20
  3. package/lib/controllers.js +24 -24
  4. package/library.js +97 -97
  5. package/package.json +52 -52
  6. package/plugin.json +20 -20
  7. package/public/.eslintrc +2 -2
  8. package/public/admin.js +15 -15
  9. package/public/modules/autohidingnavbar.js +220 -220
  10. package/public/modules/mobile-menu.js +190 -190
  11. package/public/modules/taskbar.js +65 -65
  12. package/public/persona.js +257 -257
  13. package/public/settings.js +53 -53
  14. package/scss/account.scss +336 -336
  15. package/scss/categories.scss +205 -205
  16. package/scss/category.scss +161 -161
  17. package/scss/chats.scss +14 -14
  18. package/scss/flags.scss +42 -42
  19. package/scss/footer.scss +16 -16
  20. package/scss/groups.scss +166 -166
  21. package/scss/header.scss +361 -361
  22. package/scss/keyframes.scss +152 -152
  23. package/scss/mixins.scss +129 -129
  24. package/scss/mobile.scss +331 -331
  25. package/scss/modules/composer.scss +20 -20
  26. package/scss/modules/cookie-consent.scss +12 -12
  27. package/scss/modules/fab.scss +32 -32
  28. package/scss/modules/morph.scss +268 -268
  29. package/scss/modules/necro-post.scss +8 -8
  30. package/scss/modules/nprogress.scss +80 -80
  31. package/scss/modules/taskbar.scss +160 -160
  32. package/scss/modules/user-menu.scss +7 -7
  33. package/scss/modules/usercard.scss +64 -64
  34. package/scss/noscript.scss +80 -80
  35. package/scss/overrides.scss +39 -39
  36. package/scss/persona.scss +34 -35
  37. package/scss/posts_list.scss +127 -127
  38. package/scss/search.scss +48 -48
  39. package/scss/style.scss +270 -270
  40. package/scss/tags.scss +10 -10
  41. package/scss/topic.scss +571 -571
  42. package/scss/topics_list.scss +16 -16
  43. package/scss/variables.scss +6 -6
  44. package/templates/account/blocks.tpl +46 -46
  45. package/templates/account/categories.tpl +28 -28
  46. package/templates/account/consent.tpl +68 -68
  47. package/templates/account/edit/password.tpl +29 -29
  48. package/templates/account/edit/username.tpl +25 -25
  49. package/templates/account/edit.tpl +136 -136
  50. package/templates/account/followers.tpl +17 -17
  51. package/templates/account/following.tpl +17 -17
  52. package/templates/account/groups.tpl +16 -16
  53. package/templates/account/info.tpl +291 -291
  54. package/templates/account/posts.tpl +18 -18
  55. package/templates/account/profile.tpl +166 -166
  56. package/templates/account/sessions.tpl +31 -31
  57. package/templates/account/settings.tpl +251 -251
  58. package/templates/account/tags.tpl +9 -9
  59. package/templates/account/theme.tpl +25 -25
  60. package/templates/account/topics.tpl +29 -29
  61. package/templates/account/uploads.tpl +42 -42
  62. package/templates/admin/plugins/persona.tpl +24 -24
  63. package/templates/categories.tpl +31 -31
  64. package/templates/category.tpl +63 -63
  65. package/templates/flags/detail.tpl +208 -208
  66. package/templates/flags/list.tpl +71 -71
  67. package/templates/footer.tpl +11 -11
  68. package/templates/groups/details.tpl +77 -77
  69. package/templates/groups/list.tpl +48 -48
  70. package/templates/groups/members.tpl +5 -5
  71. package/templates/header.tpl +47 -47
  72. package/templates/modules/taskbar.tpl +2 -2
  73. package/templates/modules/usercard.tpl +36 -36
  74. package/templates/notifications.tpl +66 -66
  75. package/templates/partials/account/category-item.tpl +23 -23
  76. package/templates/partials/account/header.tpl +47 -47
  77. package/templates/partials/account/menu.tpl +108 -108
  78. package/templates/partials/breadcrumbs.tpl +18 -18
  79. package/templates/partials/buttons/newTopic.tpl +22 -22
  80. package/templates/partials/categories/item.tpl +60 -60
  81. package/templates/partials/categories/lastpost.tpl +26 -26
  82. package/templates/partials/category/filter-dropdown-content.tpl +31 -31
  83. package/templates/partials/category/selector-dropdown-content.tpl +32 -32
  84. package/templates/partials/category/sort.tpl +14 -14
  85. package/templates/partials/category/subcategory.tpl +17 -17
  86. package/templates/partials/category/tags.tpl +3 -3
  87. package/templates/partials/category/tools.tpl +86 -86
  88. package/templates/partials/category/watch.tpl +55 -55
  89. package/templates/partials/chats-menu.tpl +40 -40
  90. package/templates/partials/cookie-consent.tpl +4 -4
  91. package/templates/partials/flags/filters.tpl +173 -173
  92. package/templates/partials/groups/admin.tpl +200 -200
  93. package/templates/partials/groups/filter-dropdown-content.tpl +24 -24
  94. package/templates/partials/groups/list.tpl +20 -20
  95. package/templates/partials/groups/memberlist.tpl +42 -42
  96. package/templates/partials/header/chats.tpl +18 -18
  97. package/templates/partials/header/notifications.tpl +18 -18
  98. package/templates/partials/header/search.tpl +24 -24
  99. package/templates/partials/header/user-menu.tpl +96 -96
  100. package/templates/partials/menu.tpl +128 -128
  101. package/templates/partials/notifications_list.tpl +30 -30
  102. package/templates/partials/paginator.tpl +44 -44
  103. package/templates/partials/post_bar.tpl +20 -20
  104. package/templates/partials/posts_list.tpl +7 -7
  105. package/templates/partials/posts_list_item.tpl +31 -31
  106. package/templates/partials/quick-search-results.tpl +33 -33
  107. package/templates/partials/search-filters.tpl +183 -183
  108. package/templates/partials/search-results.tpl +54 -54
  109. package/templates/partials/slideout-menu.tpl +4 -4
  110. package/templates/partials/tags/filter-dropdown-content.tpl +33 -33
  111. package/templates/partials/tags/watch.tpl +35 -35
  112. package/templates/partials/tags_list.tpl +4 -4
  113. package/templates/partials/toast.tpl +19 -19
  114. package/templates/partials/topic/event.tpl +12 -12
  115. package/templates/partials/topic/navigation-post.tpl +11 -11
  116. package/templates/partials/topic/navigator.tpl +39 -39
  117. package/templates/partials/topic/necro-post.tpl +2 -2
  118. package/templates/partials/topic/post-menu-list.tpl +132 -132
  119. package/templates/partials/topic/post-menu.tpl +4 -4
  120. package/templates/partials/topic/post.tpl +128 -128
  121. package/templates/partials/topic/quickreply.tpl +28 -28
  122. package/templates/partials/topic/reply-button.tpl +26 -26
  123. package/templates/partials/topic/selection-tooltip.tpl +2 -2
  124. package/templates/partials/topic/sort.tpl +9 -9
  125. package/templates/partials/topic/stats.tpl +11 -11
  126. package/templates/partials/topic/tags.tpl +2 -2
  127. package/templates/partials/topic/tools.tpl +7 -7
  128. package/templates/partials/topic/topic-menu-list.tpl +74 -74
  129. package/templates/partials/topic/watch.tpl +47 -47
  130. package/templates/partials/topic-filters.tpl +11 -11
  131. package/templates/partials/topic-terms.tpl +11 -11
  132. package/templates/partials/topics_list.tpl +117 -117
  133. package/templates/partials/users/filter-dropdown-content.tpl +20 -20
  134. package/templates/partials/users/item.tpl +43 -43
  135. package/templates/partials/users_list.tpl +14 -14
  136. package/templates/partials/users_list_menu.tpl +20 -20
  137. package/templates/popular.tpl +35 -35
  138. package/templates/recent.tpl +37 -37
  139. package/templates/search.tpl +47 -47
  140. package/templates/tag.tpl +34 -34
  141. package/templates/tags.tpl +32 -32
  142. package/templates/top.tpl +35 -35
  143. package/templates/topic.tpl +129 -129
  144. package/templates/unread.tpl +37 -37
  145. package/templates/users.tpl +34 -34
  146. package/scss/register.scss +0 -71
package/scss/account.scss CHANGED
@@ -1,336 +1,336 @@
1
- .account {
2
- .breadcrumb {
3
- margin-bottom: 30px;
4
- }
5
-
6
- .edit-form {
7
- max-width: 300px;
8
- margin-left: auto;
9
- margin-right: auto;
10
- margin-bottom: 50px;
11
- }
12
-
13
- > .row {
14
- margin-left: auto;
15
- margin-right: auto;
16
-
17
- .fullname {
18
- text-align: center;
19
- font-size: 20px;
20
- color: $gray-600;
21
- font-weight: 300;
22
- margin-bottom: 24px;
23
- }
24
- }
25
-
26
- .cover {
27
- background-size: cover;
28
- background-repeat: no-repeat;
29
- height: 200px;
30
- position: relative;
31
- margin-bottom: 1em;
32
- background-origin: content-box;
33
- width: 100%;
34
- top: var(--panel-offset);
35
- position: absolute;
36
- left: auto;
37
- right: 0px;
38
-
39
- .avatar-wrapper {
40
- position: absolute;
41
- left: 50%;
42
- margin-left: -64px;
43
- top: 128px;
44
- border: 4px solid white;
45
- border-radius: 50%;
46
-
47
- .persona-fab.btn-morph {
48
- top: 93px;
49
- right: 4px;
50
- position: absolute;
51
- }
52
-
53
- .status {
54
- position: absolute;
55
- font-size: 23px;
56
- top: 17px;
57
- right: -3px;
58
- }
59
-
60
- .chat, .follow {
61
- position: absolute;
62
- width: 30px;
63
- height: 30px;
64
- }
65
-
66
- .chat {
67
- left: -1px;
68
- bottom: 1px;
69
- }
70
-
71
- .follow {
72
- right: 1px;
73
- bottom: 1px;
74
- }
75
- }
76
-
77
- &:hover {
78
- .controls {
79
- opacity: 0.8;
80
- }
81
- }
82
-
83
- .controls {
84
- text-align: center;
85
- height: 200px;
86
- line-height: 200px;
87
- opacity: 0;
88
- @include transition(opacity .15s linear);
89
- cursor: pointer;
90
- pointer-events: none;
91
-
92
- > * {
93
- pointer-events: all;
94
- }
95
-
96
- .fa {
97
- color: white;
98
- background-color: #333;
99
- opacity: 1;
100
- margin: 15px;
101
- padding: 5px;
102
- }
103
- }
104
-
105
- &.active {
106
- &:hover {
107
- cursor: move;
108
- }
109
-
110
- .controls {
111
- > * {
112
- display: none;
113
- }
114
- }
115
-
116
- .save {
117
- display: inline-block;
118
- }
119
- }
120
-
121
- &.saving {
122
- .save {
123
- display: none;
124
- }
125
-
126
- .indicator {
127
- display: inline-block;
128
- }
129
- }
130
-
131
- .save, .indicator {
132
- display: inline-block;
133
- position: absolute;
134
- top: 1em;
135
- right: 2em;
136
- opacity: 1;
137
- background-color: $primary;
138
- color: $gray-200;
139
- padding: 0.5em;
140
- font-weight: bold;
141
-
142
- &:hover {
143
- cursor: pointer;
144
- }
145
- }
146
-
147
- .save {
148
- display: none;
149
- }
150
-
151
- .indicator {
152
- display: none;
153
- }
154
- }
155
-
156
- margin-top: 200px;
157
-
158
- .container {
159
- height: 200px;
160
- position: relative;
161
- pointer-events: none;
162
-
163
- > * {
164
- pointer-events: all;
165
- }
166
- }
167
-
168
- @include media-breakpoint-up(md) {
169
- margin-top: 300px;
170
-
171
- .cover, .container {
172
- height: 300px;
173
-
174
- .controls {
175
- height: 300px;
176
- line-height: 300px;
177
- }
178
-
179
- .avatar-wrapper {
180
- top: 230px;
181
- }
182
- }
183
- }
184
-
185
- .profile {
186
- margin-bottom: 40px;
187
-
188
- .fullname {
189
- margin-bottom: 12px;
190
- font-size: 32px;
191
- }
192
-
193
- .username {
194
- text-transform: uppercase;
195
- text-align: center;
196
- margin-top: 0px;
197
- font-size: 15px;
198
- }
199
-
200
- .aboutme > p {
201
- max-width: 75%;
202
- margin-left: auto;
203
- margin-right: auto;
204
- color: $gray-600;
205
- }
206
-
207
- .profile-meta {
208
- font-size: 10px;
209
- text-transform: uppercase;
210
- color: #777;
211
- margin-top: 25px;
212
-
213
- strong {
214
- color: #333;
215
- }
216
- }
217
-
218
- .account-stats {
219
- text-align: center;
220
- font-size: 35px;
221
- line-height: 25px;
222
- margin-top: 25px;
223
- margin-bottom: -20px;
224
-
225
- .stat {
226
- display: inline-block;
227
- min-width: 100px;
228
- margin-bottom: 20px;
229
- }
230
-
231
- .stat-label {
232
- font-size: 12px;
233
- text-transform: uppercase;
234
- color: $gray-600;
235
- }
236
- }
237
- }
238
-
239
- .show-success {
240
- .form-control {
241
- border-color: #5cb85c;
242
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
243
- padding-right: 2.25rem;
244
- background-repeat: no-repeat;
245
- background-position: center right .625rem;
246
- -webkit-background-size: 1.25rem 1.25rem;
247
- background-size: 1.25rem 1.25rem;
248
- }
249
-
250
- .form-feedback {
251
- color: #5cb85c;
252
- display: block;
253
- margin-top: .25rem;
254
- }
255
- }
256
-
257
- .show-danger {
258
- .form-control {
259
- border-color: #d9534f;
260
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
261
- padding-right: 2.25rem;
262
- background-repeat: no-repeat;
263
- background-position: center right .625rem;
264
- -webkit-background-size: 1.25rem 1.25rem;
265
- background-size: 1.25rem 1.25rem;
266
- }
267
-
268
- .form-feedback {
269
- color: #d9534f;
270
- display: block;
271
- margin-top: .25rem;
272
- }
273
- }
274
-
275
- .categories {
276
- [component="categories/category"] {
277
- .depth-1 {
278
- padding-left: 50px;
279
- }
280
- .depth-2 {
281
- padding-left: 100px;
282
- }
283
- .depth-3 {
284
- padding-left: 150px;
285
- }
286
- .depth-4 {
287
- padding-left: 150px;
288
- }
289
- }
290
- }
291
- }
292
-
293
-
294
- .btn-group.account-fab {
295
- position: absolute;
296
- right: 15px;
297
- bottom: -26px;
298
-
299
- .open #profile {
300
- background-color: lighten($primary, 10%);
301
- }
302
-
303
- .persona-fab {
304
- color: white;
305
- font-size: 20px;
306
- }
307
- }
308
-
309
- @include media-breakpoint-down(md) {
310
- .account > .row {
311
- overflow: hidden;
312
- }
313
-
314
- .profile {
315
- margin-top: -25px;
316
- }
317
- }
318
-
319
-
320
- .account-picture-block{
321
- vertical-align:top;
322
-
323
- .dropdown-toggle {
324
- cursor: pointer;
325
- }
326
- }
327
-
328
- .user-picture-label {
329
- font-size:20px;
330
- }
331
-
332
-
333
- .account-username{
334
- font-size:20px;
335
- font-weight:bold;
336
- }
1
+ .account {
2
+ .breadcrumb {
3
+ margin-bottom: 30px;
4
+ }
5
+
6
+ .edit-form {
7
+ max-width: 300px;
8
+ margin-left: auto;
9
+ margin-right: auto;
10
+ margin-bottom: 50px;
11
+ }
12
+
13
+ > .row {
14
+ margin-left: auto;
15
+ margin-right: auto;
16
+
17
+ .fullname {
18
+ text-align: center;
19
+ font-size: 20px;
20
+ color: $gray-600;
21
+ font-weight: 300;
22
+ margin-bottom: 24px;
23
+ }
24
+ }
25
+
26
+ .cover {
27
+ background-size: cover;
28
+ background-repeat: no-repeat;
29
+ height: 200px;
30
+ position: relative;
31
+ margin-bottom: 1em;
32
+ background-origin: content-box;
33
+ width: 100%;
34
+ top: var(--panel-offset);
35
+ position: absolute;
36
+ left: auto;
37
+ right: 0px;
38
+
39
+ .avatar-wrapper {
40
+ position: absolute;
41
+ left: 50%;
42
+ margin-left: -64px;
43
+ top: 128px;
44
+ border: 4px solid white;
45
+ border-radius: 50%;
46
+
47
+ .persona-fab.btn-morph {
48
+ top: 93px;
49
+ right: 4px;
50
+ position: absolute;
51
+ }
52
+
53
+ .status {
54
+ position: absolute;
55
+ font-size: 23px;
56
+ top: 17px;
57
+ right: -3px;
58
+ }
59
+
60
+ .chat, .follow {
61
+ position: absolute;
62
+ width: 30px;
63
+ height: 30px;
64
+ }
65
+
66
+ .chat {
67
+ left: -1px;
68
+ bottom: 1px;
69
+ }
70
+
71
+ .follow {
72
+ right: 1px;
73
+ bottom: 1px;
74
+ }
75
+ }
76
+
77
+ &:hover {
78
+ .controls {
79
+ opacity: 0.8;
80
+ }
81
+ }
82
+
83
+ .controls {
84
+ text-align: center;
85
+ height: 200px;
86
+ line-height: 200px;
87
+ opacity: 0;
88
+ @include transition(opacity .15s linear);
89
+ cursor: pointer;
90
+ pointer-events: none;
91
+
92
+ > * {
93
+ pointer-events: all;
94
+ }
95
+
96
+ .fa {
97
+ color: white;
98
+ background-color: #333;
99
+ opacity: 1;
100
+ margin: 15px;
101
+ padding: 5px;
102
+ }
103
+ }
104
+
105
+ &.active {
106
+ &:hover {
107
+ cursor: move;
108
+ }
109
+
110
+ .controls {
111
+ > * {
112
+ display: none;
113
+ }
114
+ }
115
+
116
+ .save {
117
+ display: inline-block;
118
+ }
119
+ }
120
+
121
+ &.saving {
122
+ .save {
123
+ display: none;
124
+ }
125
+
126
+ .indicator {
127
+ display: inline-block;
128
+ }
129
+ }
130
+
131
+ .save, .indicator {
132
+ display: inline-block;
133
+ position: absolute;
134
+ top: 1em;
135
+ right: 2em;
136
+ opacity: 1;
137
+ background-color: $primary;
138
+ color: $gray-200;
139
+ padding: 0.5em;
140
+ font-weight: bold;
141
+
142
+ &:hover {
143
+ cursor: pointer;
144
+ }
145
+ }
146
+
147
+ .save {
148
+ display: none;
149
+ }
150
+
151
+ .indicator {
152
+ display: none;
153
+ }
154
+ }
155
+
156
+ margin-top: 200px;
157
+
158
+ .container {
159
+ height: 200px;
160
+ position: relative;
161
+ pointer-events: none;
162
+
163
+ > * {
164
+ pointer-events: all;
165
+ }
166
+ }
167
+
168
+ @include media-breakpoint-up(md) {
169
+ margin-top: 300px;
170
+
171
+ .cover, .container {
172
+ height: 300px;
173
+
174
+ .controls {
175
+ height: 300px;
176
+ line-height: 300px;
177
+ }
178
+
179
+ .avatar-wrapper {
180
+ top: 230px;
181
+ }
182
+ }
183
+ }
184
+
185
+ .profile {
186
+ margin-bottom: 40px;
187
+
188
+ .fullname {
189
+ margin-bottom: 12px;
190
+ font-size: 32px;
191
+ }
192
+
193
+ .username {
194
+ text-transform: uppercase;
195
+ text-align: center;
196
+ margin-top: 0px;
197
+ font-size: 15px;
198
+ }
199
+
200
+ .aboutme > p {
201
+ max-width: 75%;
202
+ margin-left: auto;
203
+ margin-right: auto;
204
+ color: $gray-600;
205
+ }
206
+
207
+ .profile-meta {
208
+ font-size: 10px;
209
+ text-transform: uppercase;
210
+ color: #777;
211
+ margin-top: 25px;
212
+
213
+ strong {
214
+ color: #333;
215
+ }
216
+ }
217
+
218
+ .account-stats {
219
+ text-align: center;
220
+ font-size: 35px;
221
+ line-height: 25px;
222
+ margin-top: 25px;
223
+ margin-bottom: -20px;
224
+
225
+ .stat {
226
+ display: inline-block;
227
+ min-width: 100px;
228
+ margin-bottom: 20px;
229
+ }
230
+
231
+ .stat-label {
232
+ font-size: 12px;
233
+ text-transform: uppercase;
234
+ color: $gray-600;
235
+ }
236
+ }
237
+ }
238
+
239
+ .show-success {
240
+ .form-control {
241
+ border-color: #5cb85c;
242
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
243
+ padding-right: 2.25rem;
244
+ background-repeat: no-repeat;
245
+ background-position: center right .625rem;
246
+ -webkit-background-size: 1.25rem 1.25rem;
247
+ background-size: 1.25rem 1.25rem;
248
+ }
249
+
250
+ .form-feedback {
251
+ color: #5cb85c;
252
+ display: block;
253
+ margin-top: .25rem;
254
+ }
255
+ }
256
+
257
+ .show-danger {
258
+ .form-control {
259
+ border-color: #d9534f;
260
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
261
+ padding-right: 2.25rem;
262
+ background-repeat: no-repeat;
263
+ background-position: center right .625rem;
264
+ -webkit-background-size: 1.25rem 1.25rem;
265
+ background-size: 1.25rem 1.25rem;
266
+ }
267
+
268
+ .form-feedback {
269
+ color: #d9534f;
270
+ display: block;
271
+ margin-top: .25rem;
272
+ }
273
+ }
274
+
275
+ .categories {
276
+ [component="categories/category"] {
277
+ .depth-1 {
278
+ padding-left: 50px;
279
+ }
280
+ .depth-2 {
281
+ padding-left: 100px;
282
+ }
283
+ .depth-3 {
284
+ padding-left: 150px;
285
+ }
286
+ .depth-4 {
287
+ padding-left: 150px;
288
+ }
289
+ }
290
+ }
291
+ }
292
+
293
+
294
+ .btn-group.account-fab {
295
+ position: absolute;
296
+ right: 15px;
297
+ bottom: -26px;
298
+
299
+ .open #profile {
300
+ background-color: lighten($primary, 10%);
301
+ }
302
+
303
+ .persona-fab {
304
+ color: white;
305
+ font-size: 20px;
306
+ }
307
+ }
308
+
309
+ @include media-breakpoint-down(md) {
310
+ .account > .row {
311
+ overflow: hidden;
312
+ }
313
+
314
+ .profile {
315
+ margin-top: -25px;
316
+ }
317
+ }
318
+
319
+
320
+ .account-picture-block{
321
+ vertical-align:top;
322
+
323
+ .dropdown-toggle {
324
+ cursor: pointer;
325
+ }
326
+ }
327
+
328
+ .user-picture-label {
329
+ font-size:20px;
330
+ }
331
+
332
+
333
+ .account-username{
334
+ font-size:20px;
335
+ font-weight:bold;
336
+ }