nodebb-theme-persona 13.3.32 → 13.3.33

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 +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 +229 -361
  22. package/scss/keyframes.scss +152 -152
  23. package/scss/mixins.scss +129 -129
  24. package/scss/mobile.scss +222 -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 -34
  37. package/scss/posts_list.scss +127 -127
  38. package/scss/search.scss +48 -48
  39. package/scss/style.scss +256 -256
  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 +41 -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 +49 -19
  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 +44 -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
package/scss/style.scss CHANGED
@@ -1,256 +1,256 @@
1
- html {
2
- overflow-y: scroll;
3
- min-height: 100%;
4
- height: 100%;
5
- }
6
-
7
- body {
8
- min-height: 100%;
9
- }
10
-
11
- @include media-breakpoint-down(sm) {
12
- .slideout-panel {
13
- min-height: 100vh;
14
- }
15
- }
16
-
17
- button, a {
18
- -webkit-tap-highlight-color: rgba(0,0,0,0);
19
- }
20
-
21
- .block, .show {
22
- display: block;
23
- }
24
-
25
- a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
26
- text-decoration:none;
27
- }
28
-
29
- #content {
30
- padding-bottom: 20px;
31
- -webkit-transition: opacity 150ms linear;
32
- -moz-transition: opacity 150ms linear;
33
- -ms-transition: opacity 150ms linear;
34
- -o-transition: opacity 150ms linear;
35
- transition: opacity 150ms linear;
36
-
37
- &.ajaxifying {
38
- -moz-opacity: 0;
39
- opacity: 0;
40
- }
41
- }
42
-
43
- .status {
44
- font-size: 10px;
45
- vertical-align: middle;
46
-
47
- &.online {
48
- color: $success;
49
- }
50
-
51
- &.away {
52
- color: $warning;
53
- }
54
-
55
- &.dnd {
56
- color: $danger;
57
- }
58
-
59
- &.offline {
60
- color: $gray-600;
61
- }
62
- }
63
-
64
-
65
- .topic .topic-item, .category .category-item {
66
- -webkit-transition: background-color 500ms linear;
67
- -moz-transition: background-color 500ms linear;
68
- -ms-transition: background-color 500ms linear;
69
- -o-transition: background-color 500ms linear;
70
- transition: background-color 500ms linear;
71
- }
72
-
73
- .topic .topic-item.highlight, .category .category-item.highlight {
74
- background-color: lighten($info, 20%);
75
- }
76
-
77
- .fa-facebook-square {
78
- color:#3b5998;
79
- background:transparent;
80
- }
81
-
82
- .fa-twitter-square {
83
- color:#2fc2ef;
84
- background:transparent;
85
- }
86
-
87
- .fa-google-plus-square {
88
- color:#df5138;
89
- background:transparent;
90
- }
91
-
92
- .category .post-link, .topic .post-link {
93
- display:inline-block;
94
- width:90%;
95
- height:25px;
96
- font-size:10px;
97
- padding:0px;
98
- }
99
-
100
- .menu-icon {
101
- background: transparent;
102
- width: 20px;
103
- height: 20px;
104
- text-align: center;
105
- display: inline-block;
106
- line-height: 20px;
107
- cursor: pointer;
108
- }
109
-
110
- .dropdown-menu {
111
- .badge {
112
- vertical-align: 1px;
113
- }
114
-
115
- a[role="menuitem"]:focus {
116
- outline: none;
117
- }
118
- }
119
-
120
- .caret {
121
- display: inline-block;
122
- width: 0;
123
- height: 0;
124
- vertical-align: middle;
125
- border-top: 4px dashed;
126
- border-right: 4px solid transparent;
127
- border-left: 4px solid transparent;
128
- }
129
-
130
- .fade-out {
131
- position: absolute;
132
- top: 190px;
133
- left: 0;
134
- width: 100%;
135
- margin: 0;
136
- padding: 30px 0;
137
- }
138
-
139
- .skin-default, .skin-cerulean, .skin-cosmo, .skin-flatly, .skin-journal, .skin-lumen, .skin-paper, .skin-readable, .skin-sandstone, .skin-spacelab, .skin-united, .skin-yeti {
140
- .fade-out {
141
- background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, white));
142
- background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
143
- background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white);
144
- background-image: -ms-linear-gradient(top, transparent, white);
145
- background-image: -o-linear-gradient(top, transparent, white);
146
- }
147
- }
148
-
149
- .skin-cyborg .fade-out {
150
- background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, #060606));
151
- background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #060606);
152
- background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #060606);
153
- background-image: -ms-linear-gradient(top, transparent, #060606);
154
- background-image: -o-linear-gradient(top, transparent, #060606);
155
- }
156
-
157
- .skin-darkly .fade-out {
158
- background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, #222222));
159
- background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #222222);
160
- background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #222222);
161
- background-image: -ms-linear-gradient(top, transparent, #222222);
162
- background-image: -o-linear-gradient(top, transparent, #222222);
163
- }
164
-
165
- .skin-simplex .fade-out {
166
- background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, #fcfcfc));
167
- background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fcfcfc);
168
- background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fcfcfc);
169
- background-image: -ms-linear-gradient(top, transparent, #fcfcfc);
170
- background-image: -o-linear-gradient(top, transparent, #fcfcfc);
171
- }
172
-
173
- .skin-slate .fade-out {
174
- background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, #272b30));
175
- background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #272b30);
176
- background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #272b30);
177
- background-image: -ms-linear-gradient(top, transparent, #272b30);
178
- background-image: -o-linear-gradient(top, transparent, #272b30);
179
- }
180
-
181
- .skin-superhero .fade-out {
182
- background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, #2b3e50));
183
- background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #2b3e50);
184
- background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #2b3e50);
185
- background-image: -ms-linear-gradient(top, transparent, #2b3e50);
186
- background-image: -o-linear-gradient(top, transparent, #2b3e50);
187
- }
188
-
189
- .icon-container {
190
- .row {
191
- margin: 0;
192
- i {
193
- width:20px;
194
- height:20px;
195
- margin: 1px;
196
- @include pointer();
197
- line-height: 20px;
198
- text-align: center;
199
-
200
- &:hover, &.selected {
201
- background: black;
202
- color: white;
203
- }
204
- }
205
- }
206
- }
207
-
208
- .maintenance {
209
- .well {
210
- white-space: pre-line;
211
- }
212
- }
213
-
214
-
215
- .footer {
216
- margin-top: 1em;
217
- }
218
-
219
- a.permalink {
220
- &,
221
- &:hover,
222
- &:focus,
223
- &:active {
224
- text-decoration: underline;
225
- }
226
- }
227
-
228
- .deco-none, .deco-none:link, .deco-none:hover {
229
- color: inherit;
230
- text-decoration: inherit;
231
- }
232
-
233
- .disabled a {
234
- pointer-events: none;
235
- }
236
-
237
- @include media-breakpoint-down(sm) {
238
- .form-control {
239
- font-size: 16px;
240
- }
241
- }
242
-
243
- .background-link-container {
244
- position: relative;
245
- a {
246
- position: relative;
247
- }
248
-
249
- a.background-link {
250
- position: absolute;
251
- width: 100%;
252
- height: 100%;
253
- top: 0;
254
- left: 0;
255
- }
256
- }
1
+ html {
2
+ overflow-y: scroll;
3
+ min-height: 100%;
4
+ height: 100%;
5
+ }
6
+
7
+ body {
8
+ min-height: 100%;
9
+ }
10
+
11
+ @include media-breakpoint-down(sm) {
12
+ .slideout-panel {
13
+ min-height: 100vh;
14
+ }
15
+ }
16
+
17
+ button, a {
18
+ -webkit-tap-highlight-color: rgba(0,0,0,0);
19
+ }
20
+
21
+ .block, .show {
22
+ display: block;
23
+ }
24
+
25
+ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
26
+ text-decoration:none;
27
+ }
28
+
29
+ #content {
30
+ padding-bottom: 20px;
31
+ -webkit-transition: opacity 150ms linear;
32
+ -moz-transition: opacity 150ms linear;
33
+ -ms-transition: opacity 150ms linear;
34
+ -o-transition: opacity 150ms linear;
35
+ transition: opacity 150ms linear;
36
+
37
+ &.ajaxifying {
38
+ -moz-opacity: 0;
39
+ opacity: 0;
40
+ }
41
+ }
42
+
43
+ .status {
44
+ font-size: 10px;
45
+ vertical-align: middle;
46
+
47
+ &.online {
48
+ color: $success;
49
+ }
50
+
51
+ &.away {
52
+ color: $warning;
53
+ }
54
+
55
+ &.dnd {
56
+ color: $danger;
57
+ }
58
+
59
+ &.offline {
60
+ color: $gray-600;
61
+ }
62
+ }
63
+
64
+
65
+ .topic .topic-item, .category .category-item {
66
+ -webkit-transition: background-color 500ms linear;
67
+ -moz-transition: background-color 500ms linear;
68
+ -ms-transition: background-color 500ms linear;
69
+ -o-transition: background-color 500ms linear;
70
+ transition: background-color 500ms linear;
71
+ }
72
+
73
+ .topic .topic-item.highlight, .category .category-item.highlight {
74
+ background-color: lighten($info, 20%);
75
+ }
76
+
77
+ .fa-facebook-square {
78
+ color:#3b5998;
79
+ background:transparent;
80
+ }
81
+
82
+ .fa-twitter-square {
83
+ color:#2fc2ef;
84
+ background:transparent;
85
+ }
86
+
87
+ .fa-google-plus-square {
88
+ color:#df5138;
89
+ background:transparent;
90
+ }
91
+
92
+ .category .post-link, .topic .post-link {
93
+ display:inline-block;
94
+ width:90%;
95
+ height:25px;
96
+ font-size:10px;
97
+ padding:0px;
98
+ }
99
+
100
+ .menu-icon {
101
+ background: transparent;
102
+ width: 20px;
103
+ height: 20px;
104
+ text-align: center;
105
+ display: inline-block;
106
+ line-height: 20px;
107
+ cursor: pointer;
108
+ }
109
+
110
+ .dropdown-menu {
111
+ .badge {
112
+ vertical-align: 1px;
113
+ }
114
+
115
+ a[role="menuitem"]:focus {
116
+ outline: none;
117
+ }
118
+ }
119
+
120
+ .caret {
121
+ display: inline-block;
122
+ width: 0;
123
+ height: 0;
124
+ vertical-align: middle;
125
+ border-top: 4px dashed;
126
+ border-right: 4px solid transparent;
127
+ border-left: 4px solid transparent;
128
+ }
129
+
130
+ .fade-out {
131
+ position: absolute;
132
+ top: 190px;
133
+ left: 0;
134
+ width: 100%;
135
+ margin: 0;
136
+ padding: 30px 0;
137
+ }
138
+
139
+ .skin-default, .skin-cerulean, .skin-cosmo, .skin-flatly, .skin-journal, .skin-lumen, .skin-paper, .skin-readable, .skin-sandstone, .skin-spacelab, .skin-united, .skin-yeti {
140
+ .fade-out {
141
+ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, white));
142
+ background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
143
+ background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white);
144
+ background-image: -ms-linear-gradient(top, transparent, white);
145
+ background-image: -o-linear-gradient(top, transparent, white);
146
+ }
147
+ }
148
+
149
+ .skin-cyborg .fade-out {
150
+ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, #060606));
151
+ background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #060606);
152
+ background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #060606);
153
+ background-image: -ms-linear-gradient(top, transparent, #060606);
154
+ background-image: -o-linear-gradient(top, transparent, #060606);
155
+ }
156
+
157
+ .skin-darkly .fade-out {
158
+ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, #222222));
159
+ background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #222222);
160
+ background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #222222);
161
+ background-image: -ms-linear-gradient(top, transparent, #222222);
162
+ background-image: -o-linear-gradient(top, transparent, #222222);
163
+ }
164
+
165
+ .skin-simplex .fade-out {
166
+ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, #fcfcfc));
167
+ background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fcfcfc);
168
+ background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fcfcfc);
169
+ background-image: -ms-linear-gradient(top, transparent, #fcfcfc);
170
+ background-image: -o-linear-gradient(top, transparent, #fcfcfc);
171
+ }
172
+
173
+ .skin-slate .fade-out {
174
+ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, #272b30));
175
+ background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #272b30);
176
+ background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #272b30);
177
+ background-image: -ms-linear-gradient(top, transparent, #272b30);
178
+ background-image: -o-linear-gradient(top, transparent, #272b30);
179
+ }
180
+
181
+ .skin-superhero .fade-out {
182
+ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, #2b3e50));
183
+ background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #2b3e50);
184
+ background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #2b3e50);
185
+ background-image: -ms-linear-gradient(top, transparent, #2b3e50);
186
+ background-image: -o-linear-gradient(top, transparent, #2b3e50);
187
+ }
188
+
189
+ .icon-container {
190
+ .row {
191
+ margin: 0;
192
+ i {
193
+ width:20px;
194
+ height:20px;
195
+ margin: 1px;
196
+ @include pointer();
197
+ line-height: 20px;
198
+ text-align: center;
199
+
200
+ &:hover, &.selected {
201
+ background: black;
202
+ color: white;
203
+ }
204
+ }
205
+ }
206
+ }
207
+
208
+ .maintenance {
209
+ .well {
210
+ white-space: pre-line;
211
+ }
212
+ }
213
+
214
+
215
+ .footer {
216
+ margin-top: 1em;
217
+ }
218
+
219
+ a.permalink {
220
+ &,
221
+ &:hover,
222
+ &:focus,
223
+ &:active {
224
+ text-decoration: underline;
225
+ }
226
+ }
227
+
228
+ .deco-none, .deco-none:link, .deco-none:hover {
229
+ color: inherit;
230
+ text-decoration: inherit;
231
+ }
232
+
233
+ .disabled a {
234
+ pointer-events: none;
235
+ }
236
+
237
+ @include media-breakpoint-down(sm) {
238
+ .form-control {
239
+ font-size: 16px;
240
+ }
241
+ }
242
+
243
+ .background-link-container {
244
+ position: relative;
245
+ a {
246
+ position: relative;
247
+ }
248
+
249
+ a.background-link {
250
+ position: absolute;
251
+ width: 100%;
252
+ height: 100%;
253
+ top: 0;
254
+ left: 0;
255
+ }
256
+ }
package/scss/tags.scss CHANGED
@@ -1,11 +1,11 @@
1
-
2
- .tag-list {
3
- .tag {
4
- text-transform: uppercase;
5
- font-size: 10px;
6
- background: $gray-200;
7
- color: $gray-600;
8
- padding: 5px;
9
- white-space: nowrap;
10
- }
1
+
2
+ .tag-list {
3
+ .tag {
4
+ text-transform: uppercase;
5
+ font-size: 10px;
6
+ background: $gray-200;
7
+ color: $gray-600;
8
+ padding: 5px;
9
+ white-space: nowrap;
10
+ }
11
11
  }