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