nodebb-theme-persona 13.3.28 → 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
@@ -1,80 +1,80 @@
1
- #nprogress {
2
- pointer-events: none;
3
- }
4
-
5
- #nprogress .bar {
6
- background: #29d;
7
-
8
- position: fixed;
9
- z-index: 1031;
10
- top: 0;
11
- left: 0;
12
-
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 #29d, 0 0 5px #29d;
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: block;
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: #29d;
55
- border-left-color: #29d;
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 .bar {
6
+ background: #29d;
7
+
8
+ position: fixed;
9
+ z-index: 1031;
10
+ top: 0;
11
+ left: 0;
12
+
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 #29d, 0 0 5px #29d;
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: block;
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: #29d;
55
+ border-left-color: #29d;
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,161 +1,161 @@
1
- @import "../keyframes";
2
-
3
- .modal-unfocused {
4
- z-index: $zindex-modal - 5 !important;
5
- }
6
-
7
- .taskbar {
8
- display: none;
9
- left: 15px;
10
- right: auto;
11
-
12
- margin-top: 0;
13
- @include transition(.15s ease-in opacity);
14
-
15
- background: none;
16
- border: none;
17
-
18
- &[data-active="1"] {
19
- display: block;
20
- }
21
-
22
- &:hover {
23
- -moz-opacity: 1;
24
- opacity: 1;
25
- }
26
-
27
- &.navbar {
28
- min-height: 32px;
29
- }
30
-
31
- .navbar-nav {
32
- float: unset;
33
- display: flex;
34
- flex-direction: column;
35
- padding-right: 15px;
36
- padding-bottom: 15px;
37
-
38
- li {
39
- margin-top: 1rem;
40
-
41
- &.new a {
42
- -webkit-animation-name: bounceIn;
43
- animation-name: bounceIn;
44
- -webkit-animation-duration: 1s;
45
- animation-duration: 1s;
46
- -webkit-animation-fill-mode: both;
47
- animation-fill-mode: both;
48
- }
49
-
50
- &.active a {
51
- &::after {
52
- content: '\f06e';
53
- font-family: "FontAwesome";
54
- font-size: 13px;
55
- background: black;
56
- border-radius: 50%;
57
- color: white;
58
- position: absolute;
59
- top: 0;
60
- right: 0;
61
- width: 20px;
62
- height: 20px;
63
- }
64
- }
65
-
66
- &.new a::after {
67
- display: none;
68
- }
69
-
70
- a {
71
- display: inline-block;
72
- padding: 3px 15px;
73
- font-size: 20px;
74
-
75
- &.avatar {
76
- overflow: visible;
77
- }
78
-
79
- &:focus, &:hover {
80
- color: $gray-200;
81
- }
82
-
83
- border-radius: 50%;
84
- height: 50px;
85
- width: 50px;
86
-
87
- > span {
88
- display: none;
89
- }
90
-
91
- -webkit-animation-name: bounceIn;
92
- animation-name: bounceIn;
93
- -webkit-animation-duration: 1s;
94
- animation-duration: 1s;
95
- -webkit-animation-fill-mode: both;
96
- animation-fill-mode: both;
97
- }
98
-
99
- img {
100
- max-width: 24px;
101
- max-height: 24px;
102
- margin-right: 1em;
103
- }
104
-
105
- &.pulse a {
106
- -webkit-animation-name: bounceIn;
107
- animation-name: bounceIn;
108
- -webkit-animation-duration: 1s;
109
- animation-duration: 1s;
110
- -webkit-animation-fill-mode: both;
111
- animation-fill-mode: both;
112
- }
113
-
114
- &.taskbar-composer {
115
- a, a:hover, a:focus, a:active {
116
- background-color: $danger;
117
- color: white;
118
- background-size: cover;
119
- }
120
- }
121
-
122
- &.taskbar-chat {
123
- a, a:hover, a:focus, a:active {
124
- background: $primary;
125
- }
126
-
127
- &.new:after {
128
- content: attr(data-content);
129
- position: absolute;
130
- left: 52px;
131
- top: 0px;
132
- font-size: 10px;
133
- text-align: center;
134
- border: 1px solid $danger;
135
- color: #fff;
136
- font-weight: bold;
137
- min-width: 20px;
138
- border-radius: 4px;
139
- background: $danger;
140
- padding: 1px 2px;
141
- font-family: $font-family-sans-serif;
142
- }
143
-
144
- &.new[data-content="0"]:after {
145
- display: none;
146
- }
147
- }
148
-
149
- &.taskbar-composer, &.taskbar-chat {
150
- a {
151
- text-align: center;
152
-
153
- i {
154
- font-size: 18px;
155
- line-height: 42px;
156
- }
157
- }
158
- }
159
- }
160
- }
1
+ @import "../keyframes";
2
+
3
+ .modal-unfocused {
4
+ z-index: $zindex-modal - 5 !important;
5
+ }
6
+
7
+ .taskbar {
8
+ display: none;
9
+ left: 15px;
10
+ right: auto;
11
+
12
+ margin-top: 0;
13
+ @include transition(.15s ease-in opacity);
14
+
15
+ background: none;
16
+ border: none;
17
+
18
+ &[data-active="1"] {
19
+ display: block;
20
+ }
21
+
22
+ &:hover {
23
+ -moz-opacity: 1;
24
+ opacity: 1;
25
+ }
26
+
27
+ &.navbar {
28
+ min-height: 32px;
29
+ }
30
+
31
+ .navbar-nav {
32
+ float: unset;
33
+ display: flex;
34
+ flex-direction: column;
35
+ padding-right: 15px;
36
+ padding-bottom: 15px;
37
+
38
+ li {
39
+ margin-top: 1rem;
40
+
41
+ &.new a {
42
+ -webkit-animation-name: bounceIn;
43
+ animation-name: bounceIn;
44
+ -webkit-animation-duration: 1s;
45
+ animation-duration: 1s;
46
+ -webkit-animation-fill-mode: both;
47
+ animation-fill-mode: both;
48
+ }
49
+
50
+ &.active a {
51
+ &::after {
52
+ content: '\f06e';
53
+ font-family: "FontAwesome";
54
+ font-size: 13px;
55
+ background: black;
56
+ border-radius: 50%;
57
+ color: white;
58
+ position: absolute;
59
+ top: 0;
60
+ right: 0;
61
+ width: 20px;
62
+ height: 20px;
63
+ }
64
+ }
65
+
66
+ &.new a::after {
67
+ display: none;
68
+ }
69
+
70
+ a {
71
+ display: inline-block;
72
+ padding: 3px 15px;
73
+ font-size: 20px;
74
+
75
+ &.avatar {
76
+ overflow: visible;
77
+ }
78
+
79
+ &:focus, &:hover {
80
+ color: $gray-200;
81
+ }
82
+
83
+ border-radius: 50%;
84
+ height: 50px;
85
+ width: 50px;
86
+
87
+ > span {
88
+ display: none;
89
+ }
90
+
91
+ -webkit-animation-name: bounceIn;
92
+ animation-name: bounceIn;
93
+ -webkit-animation-duration: 1s;
94
+ animation-duration: 1s;
95
+ -webkit-animation-fill-mode: both;
96
+ animation-fill-mode: both;
97
+ }
98
+
99
+ img {
100
+ max-width: 24px;
101
+ max-height: 24px;
102
+ margin-right: 1em;
103
+ }
104
+
105
+ &.pulse a {
106
+ -webkit-animation-name: bounceIn;
107
+ animation-name: bounceIn;
108
+ -webkit-animation-duration: 1s;
109
+ animation-duration: 1s;
110
+ -webkit-animation-fill-mode: both;
111
+ animation-fill-mode: both;
112
+ }
113
+
114
+ &.taskbar-composer {
115
+ a, a:hover, a:focus, a:active {
116
+ background-color: $danger;
117
+ color: white;
118
+ background-size: cover;
119
+ }
120
+ }
121
+
122
+ &.taskbar-chat {
123
+ a, a:hover, a:focus, a:active {
124
+ background: $primary;
125
+ }
126
+
127
+ &.new:after {
128
+ content: attr(data-content);
129
+ position: absolute;
130
+ left: 52px;
131
+ top: 0px;
132
+ font-size: 10px;
133
+ text-align: center;
134
+ border: 1px solid $danger;
135
+ color: #fff;
136
+ font-weight: bold;
137
+ min-width: 20px;
138
+ border-radius: 4px;
139
+ background: $danger;
140
+ padding: 1px 2px;
141
+ font-family: $font-family-sans-serif;
142
+ }
143
+
144
+ &.new[data-content="0"]:after {
145
+ display: none;
146
+ }
147
+ }
148
+
149
+ &.taskbar-composer, &.taskbar-chat {
150
+ a {
151
+ text-align: center;
152
+
153
+ i {
154
+ font-size: 18px;
155
+ line-height: 42px;
156
+ }
157
+ }
158
+ }
159
+ }
160
+ }
161
161
  }
@@ -1,8 +1,8 @@
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.selected span {
6
- font-weight: bold;
7
- }
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.selected span {
6
+ font-weight: bold;
7
+ }
8
8
  }
@@ -1,65 +1,65 @@
1
- .persona-usercard {
2
- position: absolute;
3
- background: #333;
4
- top: -50%;
5
- left: 0px;
6
- box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25), 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
7
- height: 150px;
8
- width: 450px;
9
- z-index: 1;
10
- display: block;
11
-
12
- a, a:hover, a:visited, a:active {
13
- text-decoration: none;
14
- color: white;
15
- }
16
-
17
- .usercard-picture {
18
- width: 150px;
19
- height: 150px;
20
- float: left;
21
- background-size: cover;
22
- background-repeat: no-repeat;
23
- font-size: 75px;
24
- line-height: 140px;
25
- text-align: center;
26
- }
27
-
28
- .usercard-body {
29
- padding: 5px 15px;
30
- float: left;
31
-
32
- height: 150px;
33
- width: 300px;
34
- color: white;
35
- }
36
-
37
- .usercard-name {
38
- font-size: 28px;
39
- }
40
-
41
- .usercard-username {
42
- text-transform: uppercase;
43
- font-size: 13px;
44
- }
45
-
46
- .usercard-info {
47
- text-align: center;
48
- font-size: 30px;
49
- font-weight: 300;
50
-
51
- small {
52
- text-transform: uppercase;
53
- font-size: 10px;
54
- display: block;
55
- margin-top: 15px;
56
- font-weight: 400;
57
- }
58
- }
59
-
60
- .persona-fab.btn-morph {
61
- top: 75px;
62
- right: 15px;
63
- position: absolute;
64
- }
1
+ .persona-usercard {
2
+ position: absolute;
3
+ background: #333;
4
+ top: -50%;
5
+ left: 0px;
6
+ box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25), 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
7
+ height: 150px;
8
+ width: 450px;
9
+ z-index: 1;
10
+ display: block;
11
+
12
+ a, a:hover, a:visited, a:active {
13
+ text-decoration: none;
14
+ color: white;
15
+ }
16
+
17
+ .usercard-picture {
18
+ width: 150px;
19
+ height: 150px;
20
+ float: left;
21
+ background-size: cover;
22
+ background-repeat: no-repeat;
23
+ font-size: 75px;
24
+ line-height: 140px;
25
+ text-align: center;
26
+ }
27
+
28
+ .usercard-body {
29
+ padding: 5px 15px;
30
+ float: left;
31
+
32
+ height: 150px;
33
+ width: 300px;
34
+ color: white;
35
+ }
36
+
37
+ .usercard-name {
38
+ font-size: 28px;
39
+ }
40
+
41
+ .usercard-username {
42
+ text-transform: uppercase;
43
+ font-size: 13px;
44
+ }
45
+
46
+ .usercard-info {
47
+ text-align: center;
48
+ font-size: 30px;
49
+ font-weight: 300;
50
+
51
+ small {
52
+ text-transform: uppercase;
53
+ font-size: 10px;
54
+ display: block;
55
+ margin-top: 15px;
56
+ font-weight: 400;
57
+ }
58
+ }
59
+
60
+ .persona-fab.btn-morph {
61
+ top: 75px;
62
+ right: 15px;
63
+ position: absolute;
64
+ }
65
65
  }