nodebb-theme-harmony 2.0.0-pre.9 → 2.0.1

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 (163) hide show
  1. package/.eslintrc +3 -3
  2. package/README.md +22 -19
  3. package/lib/controllers.js +29 -29
  4. package/library.js +184 -190
  5. package/package.json +48 -48
  6. package/plugin.json +24 -25
  7. package/public/.eslintrc +3 -3
  8. package/public/admin.js +15 -15
  9. package/public/harmony.js +287 -287
  10. package/public/settings.js +31 -31
  11. package/renovate.json +6 -6
  12. package/scss/account.scss +27 -27
  13. package/scss/category.scss +3 -3
  14. package/scss/chats.scss +11 -11
  15. package/scss/common.scss +122 -128
  16. package/scss/fonts.scss +19 -19
  17. package/scss/groups.scss +22 -22
  18. package/scss/harmony.scss +24 -25
  19. package/scss/header.scss +15 -15
  20. package/scss/mixins.scss +183 -176
  21. package/scss/modals.scss +6 -6
  22. package/scss/modules/breadcrumbs.scss +15 -15
  23. package/scss/modules/cover.scss +102 -104
  24. package/scss/modules/filters.scss +7 -7
  25. package/scss/modules/nprogress.scss +80 -80
  26. package/scss/modules/paginator.scss +23 -23
  27. package/scss/modules/tags.scss +5 -5
  28. package/scss/modules/topic-navigator.scss +52 -52
  29. package/scss/modules/topics-list.scss +40 -40
  30. package/scss/modules/user-menu.scss +10 -10
  31. package/scss/overrides.scss +65 -61
  32. package/scss/sidebar.scss +188 -189
  33. package/scss/skins.scss +58 -49
  34. package/scss/status.scss +24 -24
  35. package/scss/topic.scss +130 -138
  36. package/templates/account/blocks.tpl +51 -40
  37. package/templates/account/categories.tpl +63 -63
  38. package/templates/account/consent.tpl +73 -73
  39. package/templates/account/edit/password.tpl +34 -34
  40. package/templates/account/edit/username.tpl +29 -30
  41. package/templates/account/edit.tpl +137 -122
  42. package/templates/account/followers.tpl +14 -14
  43. package/templates/account/following.tpl +15 -15
  44. package/templates/account/groups.tpl +15 -15
  45. package/templates/account/info.tpl +270 -201
  46. package/templates/account/posts.tpl +35 -35
  47. package/templates/account/profile.tpl +92 -95
  48. package/templates/account/read.tpl +1 -0
  49. package/templates/account/sessions.tpl +8 -8
  50. package/templates/account/settings.tpl +236 -236
  51. package/templates/account/shares.tpl +20 -0
  52. package/templates/account/tags.tpl +12 -12
  53. package/templates/account/theme.tpl +63 -63
  54. package/templates/account/topics.tpl +44 -43
  55. package/templates/account/uploads.tpl +37 -37
  56. package/templates/admin/plugins/harmony.tpl +57 -56
  57. package/templates/categories.tpl +29 -29
  58. package/templates/category.tpl +72 -72
  59. package/templates/footer.tpl +17 -17
  60. package/templates/groups/details.tpl +86 -86
  61. package/templates/groups/list.tpl +58 -56
  62. package/templates/groups/members.tpl +9 -9
  63. package/templates/header.tpl +45 -45
  64. package/templates/notifications.tpl +32 -32
  65. package/templates/partials/account/admin-menu.tpl +36 -36
  66. package/templates/partials/account/category-item.tpl +22 -22
  67. package/templates/partials/account/footer.tpl +2 -2
  68. package/templates/partials/account/header.tpl +98 -98
  69. package/templates/partials/account/session-list.tpl +18 -18
  70. package/templates/partials/account/sidebar-left.tpl +116 -102
  71. package/templates/partials/breadcrumbs-json-ld.tpl +16 -26
  72. package/templates/partials/breadcrumbs.tpl +12 -12
  73. package/templates/partials/buttons/newTopic.tpl +22 -22
  74. package/templates/partials/categories/item.tpl +56 -56
  75. package/templates/partials/categories/lastpost.tpl +24 -24
  76. package/templates/partials/categories/link.tpl +4 -4
  77. package/templates/partials/category/subcategory.tpl +18 -18
  78. package/templates/partials/category/tags.tpl +3 -3
  79. package/templates/partials/cookie-consent.tpl +6 -6
  80. package/templates/partials/groups/admin.tpl +95 -95
  81. package/templates/partials/groups/invited.tpl +32 -32
  82. package/templates/partials/groups/list.tpl +15 -15
  83. package/templates/partials/groups/memberlist.tpl +46 -46
  84. package/templates/partials/groups/pending.tpl +29 -29
  85. package/templates/partials/groups/sidebar-left.tpl +27 -27
  86. package/templates/partials/header/brand.tpl +27 -25
  87. package/templates/partials/mobile-footer.tpl +95 -98
  88. package/templates/partials/notifications_list.tpl +44 -44
  89. package/templates/partials/paginator.tpl +46 -46
  90. package/templates/partials/post_bar.tpl +27 -29
  91. package/templates/partials/posts_list.tpl +7 -7
  92. package/templates/partials/posts_list_item.tpl +19 -19
  93. package/templates/partials/quick-search-results.tpl +46 -46
  94. package/templates/partials/search-filters.tpl +183 -183
  95. package/templates/partials/search-results.tpl +54 -54
  96. package/templates/partials/sidebar/chats.tpl +45 -45
  97. package/templates/partials/sidebar/drafts.tpl +63 -63
  98. package/templates/partials/sidebar/logged-in-menu.tpl +22 -22
  99. package/templates/partials/sidebar/logged-out-menu.tpl +44 -44
  100. package/templates/partials/sidebar/notifications.tpl +49 -49
  101. package/templates/partials/sidebar/search-mobile.tpl +28 -28
  102. package/templates/partials/sidebar/search.tpl +30 -30
  103. package/templates/partials/sidebar/user-menu.tpl +103 -103
  104. package/templates/partials/sidebar-left.tpl +39 -42
  105. package/templates/partials/sidebar-right.tpl +16 -16
  106. package/templates/partials/skin-switcher.tpl +50 -50
  107. package/templates/partials/tags_list.tpl +7 -5
  108. package/templates/partials/toast.tpl +19 -19
  109. package/templates/partials/topic/event.tpl +12 -12
  110. package/templates/partials/topic/navigation-post.tpl +9 -9
  111. package/templates/partials/topic/navigator-mobile.tpl +61 -61
  112. package/templates/partials/topic/navigator.tpl +26 -26
  113. package/templates/partials/topic/necro-post.tpl +5 -5
  114. package/templates/partials/topic/post-menu-list.tpl +156 -140
  115. package/templates/partials/topic/post-menu.tpl +4 -30
  116. package/templates/partials/topic/post-placeholder.tpl +14 -14
  117. package/templates/partials/topic/post.tpl +146 -139
  118. package/templates/partials/topic/quickreply.tpl +28 -28
  119. package/templates/partials/topic/reply-button.tpl +26 -24
  120. package/templates/partials/topic/selection-tooltip.tpl +2 -2
  121. package/templates/partials/topic/sort.tpl +27 -27
  122. package/templates/partials/topic/stats.tpl +14 -14
  123. package/templates/partials/topic/thumbs.tpl +4 -4
  124. package/templates/partials/topic/tools.tpl +8 -12
  125. package/templates/partials/topic/topic-menu-list.tpl +73 -73
  126. package/templates/partials/topic/watch.tpl +59 -59
  127. package/templates/partials/topic-filters.tpl +15 -15
  128. package/templates/partials/topic-list-bar.tpl +54 -54
  129. package/templates/partials/topic-terms.tpl +15 -15
  130. package/templates/partials/topics_list.tpl +131 -123
  131. package/templates/partials/users/item.tpl +39 -37
  132. package/templates/partials/users_list.tpl +4 -4
  133. package/templates/partials/users_list_menu.tpl +14 -14
  134. package/templates/popular.tpl +34 -34
  135. package/templates/post-queue.tpl +211 -207
  136. package/templates/recent.tpl +42 -35
  137. package/templates/search.tpl +46 -46
  138. package/templates/tag.tpl +34 -34
  139. package/templates/tags.tpl +49 -49
  140. package/templates/top.tpl +34 -34
  141. package/templates/topic.tpl +123 -130
  142. package/templates/unread.tpl +31 -31
  143. package/templates/users.tpl +39 -39
  144. package/templates/world.tpl +66 -35
  145. package/theme.json +6 -6
  146. package/package-lock.json +0 -2368
  147. package/scss/modules/bottom-sheet.scss +0 -52
  148. package/templates/flags/detail.tpl +0 -179
  149. package/templates/flags/list.tpl +0 -6
  150. package/templates/login.tpl +0 -102
  151. package/templates/partials/category/filter-dropdown-content.tpl +0 -41
  152. package/templates/partials/category/selector-dropdown-content.tpl +0 -39
  153. package/templates/partials/category/sort.tpl +0 -39
  154. package/templates/partials/category/tools.tpl +0 -89
  155. package/templates/partials/category/watch.tpl +0 -67
  156. package/templates/partials/flags/bulk-actions.tpl +0 -9
  157. package/templates/partials/flags/filters.tpl +0 -189
  158. package/templates/partials/flags/results.tpl +0 -38
  159. package/templates/partials/groups/filter-dropdown-content.tpl +0 -25
  160. package/templates/partials/tags/filter-dropdown-content.tpl +0 -38
  161. package/templates/partials/tags/watch.tpl +0 -42
  162. package/templates/partials/users/filter-dropdown-content.tpl +0 -23
  163. package/templates/register.tpl +0 -104
package/scss/mixins.scss CHANGED
@@ -1,177 +1,184 @@
1
- @mixin topic-avatars() {
2
- .icon .avatar, .timeline-badge {
3
- z-index: 1;
4
-
5
- line-height: calc(var(--avatar-size) - 4px);
6
- }
7
-
8
- [component="user/status"] {
9
- top: 20px;
10
- left: 12px;
11
-
12
- z-index: 2;
13
- }
14
-
15
- @include media-breakpoint-up(sm) {
16
- [component="user/status"] {
17
- padding: 5px;
18
- top: 36px;
19
- left: 36px;
20
- }
21
- }
22
- }
23
-
24
- @mixin timeline-style() {
25
- > [component="post"], .timeline-event, > [component="post/placeholder"] {
26
- position: relative; // for absolutely positioned pseudo-element, below
27
- border: 0;
28
- margin-left: 1.5rem;
29
- transition: border-color 1s ease-out;
30
-
31
- &:first-child {
32
- &:before {
33
- content: '';
34
- position: absolute;
35
- top: 0;
36
- height: 16px;
37
- width: 16px;
38
- background-color: $border-color;
39
- border-radius: 100%;
40
- transform: translate(calc(-50% - .5px), -100%);
41
- transition: background-color 1s ease-out;
42
- }
43
-
44
- &.highlight:before {
45
- background-color: $primary;
46
- }
47
- }
48
-
49
- &:last-child {
50
- padding-bottom: 2rem;
51
-
52
- &:after {
53
- content: '';
54
- position: absolute;
55
- bottom: 0;
56
- height: 16px;
57
- width: 16px;
58
- background-color: $border-color;
59
- border-radius: 100%;
60
- transform: translate(calc(-50% - .5px), 100%);
61
- transition: background-color 1s ease-out;
62
- }
63
-
64
- &.highlight:after {
65
- background-color: $primary;
66
- }
67
- }
68
-
69
- > div:first-of-type {
70
- margin-left: -1.5rem;
71
- }
72
-
73
- &.highlight {
74
- .bookmarked {
75
- opacity: 1 !important;
76
- }
77
- }
78
-
79
- @include topic-avatars();
80
- }
81
-
82
- [component="topic/event"], [component="topic/necro-post"] {
83
- &.timeline-event {
84
- text-align: left;
85
- justify-content: left;
86
- font-size: 1em;
87
-
88
- .timeline-badge {
89
- display: flex;
90
- align-items: center;
91
- justify-content: center;
92
- flex-shrink: 0;
93
-
94
- width: 20px;
95
- height: 20px;
96
- padding: 0;
97
- margin-right: 1rem;
98
- color: $gray-500;
99
- background-color: $body-bg;
100
- }
101
-
102
- .timeline-text {
103
- line-height: 32px;
104
- text-transform: initial;
105
- }
106
- }
107
- }
108
-
109
- @include media-breakpoint-down(sm) {
110
- > [component="post"], .timeline-event {
111
- &:first-child:before, &:last-child:after {
112
- display: none;
113
- }
114
- }
115
-
116
- [component="post"] {
117
- margin-left: initial;
118
- > div:not(.content) {
119
- margin-left: 0;
120
- }
121
- }
122
-
123
- [component="post"]:last-child:after {
124
- display: none;
125
- }
126
-
127
-
128
- [component="topic/event"], [component="topic/necro-post"] {
129
- &.timeline-event {
130
- .timeline-text {
131
- line-height: 16px;
132
- font-size: 0.75rem;
133
- }
134
- }
135
- }
136
- }
137
-
138
- @include media-breakpoint-up(sm) {
139
- > [component="post"], .timeline-event, > [component="post/placeholder"] {
140
- border-left: 2px solid $border-color;
141
-
142
- &.highlight {
143
- border-left: 2px solid $primary;
144
- }
145
- }
146
-
147
- .timeline-event {
148
- margin-left: 1.5rem;
149
-
150
- [component="topic/event/delete"] {
151
- visibility: hidden;
152
- }
153
-
154
- &:hover {
155
- [component="topic/event/delete"] {
156
- visibility: visible;
157
-
158
- &:hover {
159
- color: $danger;
160
- }
161
- }
162
- }
163
- }
164
-
165
- [component="topic/event"], [component="topic/necro-post"] {
166
- &.timeline-event .timeline-badge {
167
- width: 24px;
168
- height: 24px;
169
- padding: 0;
170
- margin-left: -0.75rem;
171
- margin-right: 1.25rem;
172
- border: 2px solid $border-color;
173
- border-radius: 50%;
174
- }
175
- }
176
- }
1
+ @mixin topic-avatars() {
2
+ .icon .avatar, .timeline-badge {
3
+ z-index: 1;
4
+
5
+ line-height: calc(var(--avatar-size) - 4px);
6
+ }
7
+
8
+ [component="user/locality"] {
9
+ transform: translate(-75%, -100%);
10
+ z-index: 2;
11
+ background-color: $body-bg;
12
+ font-size: .5rem;
13
+ }
14
+
15
+ [component="user/status"] {
16
+ transform: translate(-80%, -100%);
17
+ z-index: 2;
18
+ }
19
+
20
+ @include media-breakpoint-up(sm) {
21
+ [component="user/status"] {
22
+ padding: 5px;
23
+ }
24
+
25
+ [component="user/locality"] {
26
+ font-size: .75rem;
27
+ }
28
+ }
29
+ }
30
+
31
+ @mixin timeline-style() {
32
+ > [component="post"], .timeline-event, > [component="post/placeholder"] {
33
+ position: relative; // for absolutely positioned pseudo-element, below
34
+ border: 0;
35
+ margin-left: 1.5rem;
36
+ transition: border-color 1s ease-out;
37
+
38
+ &:first-child {
39
+ &:before {
40
+ content: '';
41
+ position: absolute;
42
+ top: 0;
43
+ height: 16px;
44
+ width: 16px;
45
+ background-color: $border-color;
46
+ border-radius: 100%;
47
+ transform: translate(calc(-50% - .5px), -100%);
48
+ transition: background-color 1s ease-out;
49
+ }
50
+
51
+ &.highlight:before {
52
+ background-color: $primary;
53
+ }
54
+ }
55
+
56
+ &:last-child {
57
+ padding-bottom: 2rem;
58
+
59
+ &:after {
60
+ content: '';
61
+ position: absolute;
62
+ bottom: 0;
63
+ height: 16px;
64
+ width: 16px;
65
+ background-color: $border-color;
66
+ border-radius: 100%;
67
+ transform: translate(calc(-50% - .5px), 100%);
68
+ transition: background-color 1s ease-out;
69
+ }
70
+
71
+ &.highlight:after {
72
+ background-color: $primary;
73
+ }
74
+ }
75
+
76
+ > div:first-of-type {
77
+ margin-left: -1.5rem;
78
+ }
79
+
80
+ &.highlight {
81
+ .bookmarked {
82
+ opacity: 1 !important;
83
+ }
84
+ }
85
+
86
+ @include topic-avatars();
87
+ }
88
+
89
+ [component="topic/event"], [component="topic/necro-post"] {
90
+ &.timeline-event {
91
+ text-align: left;
92
+ justify-content: left;
93
+ font-size: 1em;
94
+
95
+ .timeline-badge {
96
+ display: flex;
97
+ align-items: center;
98
+ justify-content: center;
99
+ flex-shrink: 0;
100
+
101
+ width: 20px;
102
+ height: 20px;
103
+ padding: 0;
104
+ margin-right: 1rem;
105
+ color: $gray-500;
106
+ background-color: $body-bg;
107
+ }
108
+
109
+ .timeline-text {
110
+ line-height: 32px;
111
+ text-transform: initial;
112
+ }
113
+ }
114
+ }
115
+
116
+ @include media-breakpoint-down(sm) {
117
+ > [component="post"], .timeline-event {
118
+ &:first-child:before, &:last-child:after {
119
+ display: none;
120
+ }
121
+ }
122
+
123
+ [component="post"] {
124
+ margin-left: initial;
125
+ > div:not(.content) {
126
+ margin-left: 0;
127
+ }
128
+ }
129
+
130
+ [component="post"]:last-child:after {
131
+ display: none;
132
+ }
133
+
134
+
135
+ [component="topic/event"], [component="topic/necro-post"] {
136
+ &.timeline-event {
137
+ .timeline-text {
138
+ line-height: 16px;
139
+ font-size: 0.75rem;
140
+ }
141
+ }
142
+ }
143
+ }
144
+
145
+ @include media-breakpoint-up(sm) {
146
+ > [component="post"], .timeline-event, > [component="post/placeholder"] {
147
+ border-left: 2px solid $border-color;
148
+
149
+ &.highlight {
150
+ border-left: 2px solid $primary;
151
+ }
152
+ }
153
+
154
+ .timeline-event {
155
+ margin-left: 1.5rem;
156
+
157
+ [component="topic/event/delete"] {
158
+ visibility: hidden;
159
+ }
160
+
161
+ &:hover {
162
+ [component="topic/event/delete"] {
163
+ visibility: visible;
164
+
165
+ &:hover {
166
+ color: $danger;
167
+ }
168
+ }
169
+ }
170
+ }
171
+
172
+ [component="topic/event"], [component="topic/necro-post"] {
173
+ &.timeline-event .timeline-badge {
174
+ width: 24px;
175
+ height: 24px;
176
+ padding: 0;
177
+ margin-left: -0.75rem;
178
+ margin-right: 1.25rem;
179
+ border: 2px solid $border-color;
180
+ border-radius: 50%;
181
+ }
182
+ }
183
+ }
177
184
  }
package/scss/modals.scss CHANGED
@@ -1,6 +1,6 @@
1
- .tool-modal {
2
- @include media-breakpoint-up(md) {
3
- bottom: $spacer * 3;
4
- right: $spacer * 4;
5
- }
6
- }
1
+ .tool-modal {
2
+ @include media-breakpoint-up(md) {
3
+ bottom: $spacer * 3;
4
+ right: $spacer * 4;
5
+ }
6
+ }
@@ -1,16 +1,16 @@
1
- .breadcrumb .breadcrumb-item {
2
- font-family: $font-family-secondary;
3
-
4
- &::before {
5
- font-family: $font-family-sans-serif;
6
- font-weight: $font-weight-semibold;
7
- font-size: $small-font-size;
8
- line-height: $h4-font-size;
9
- }
10
-
11
- a, span {
12
- color: $body-color;
13
- font-size: $small-font-size;
14
- line-height: 16px;
15
- }
1
+ .breadcrumb .breadcrumb-item {
2
+ font-family: $font-family-secondary;
3
+
4
+ &::before {
5
+ font-family: $font-family-sans-serif;
6
+ font-weight: $font-weight-semibold;
7
+ font-size: $small-font-size;
8
+ line-height: $h4-font-size;
9
+ }
10
+
11
+ a, span {
12
+ color: $body-color;
13
+ font-size: $small-font-size;
14
+ line-height: 16px;
15
+ }
16
16
  }
@@ -1,105 +1,103 @@
1
- // used in group and account pages
2
- .cover {
3
- background-size: cover;
4
- background-repeat: no-repeat;
5
- height: 200px;
6
- position: absolute;
7
- background-origin: content-box;
8
- width: 100%;
9
- top: var(--panel-offset);
10
- left: auto;
11
- right: 0px;
12
-
13
- &:hover {
14
- .controls {
15
- opacity: 1;
16
- }
17
- }
18
-
19
- .controls {
20
- height: 200px;
21
- line-height: 200px;
22
- opacity: 0;
23
- @include transition(opacity .15s linear);
24
- cursor: pointer;
25
- pointer-events: none;
26
-
27
- > * {
28
- pointer-events: all;
29
- }
30
- }
31
-
32
- &.active {
33
- &:hover {
34
- cursor: move;
35
- }
36
-
37
- .controls {
38
- > * {
39
- display: none;
40
- }
41
- }
42
-
43
- .save {
44
- display: inline-block;
45
- }
46
- }
47
-
48
- &.saving {
49
- .save {
50
- display: none;
51
- }
52
-
53
- .indicator {
54
- display: inline-block;
55
- }
56
- }
57
-
58
- .save, .indicator {
59
- display: inline-block;
60
- position: absolute;
61
- top: 1em;
62
- right: 2em;
63
- opacity: 1;
64
- padding: 0.5em;
65
- font-weight: bold;
66
-
67
- &:hover {
68
- cursor: pointer;
69
- }
70
- }
71
-
72
- .save {
73
- display: none;
74
- }
75
-
76
- .indicator {
77
- display: none;
78
- }
79
- }
80
-
81
- .cover > .container {
82
- height: 200px;
83
- position: relative;
84
- pointer-events: none;
85
- .save {
86
- pointer-events: all;
87
- }
88
- .controls {
89
- pointer-events: none;
90
- > * {
91
- pointer-events: all;
92
- }
93
- }
94
- }
95
-
96
- @include media-breakpoint-up(md) {
97
- .cover, .cover > .container {
98
- height: 300px;
99
-
100
- .controls {
101
- height: 300px;
102
- line-height: 300px;
103
- }
104
- }
1
+ // used in group and account pages
2
+ .cover {
3
+ background-size: cover;
4
+ background-repeat: no-repeat;
5
+ height: 200px;
6
+ position: absolute;
7
+ background-origin: content-box;
8
+ width: 100%;
9
+ top: var(--panel-offset);
10
+ left: auto;
11
+ right: 0px;
12
+
13
+ &:hover .controls, .controls:focus-within {
14
+ opacity: 1;
15
+ }
16
+
17
+ .controls {
18
+ height: 200px;
19
+ line-height: 200px;
20
+ opacity: 0;
21
+ @include transition(opacity .15s linear);
22
+ cursor: pointer;
23
+ pointer-events: none;
24
+
25
+ > * {
26
+ pointer-events: all;
27
+ }
28
+ }
29
+
30
+ &.active {
31
+ &:hover {
32
+ cursor: move;
33
+ }
34
+
35
+ .controls {
36
+ > * {
37
+ display: none;
38
+ }
39
+ }
40
+
41
+ .save {
42
+ display: inline-block;
43
+ }
44
+ }
45
+
46
+ &.saving {
47
+ .save {
48
+ display: none;
49
+ }
50
+
51
+ .indicator {
52
+ display: inline-block;
53
+ }
54
+ }
55
+
56
+ .save, .indicator {
57
+ display: inline-block;
58
+ position: absolute;
59
+ top: 1em;
60
+ right: 2em;
61
+ opacity: 1;
62
+ padding: 0.5em;
63
+ font-weight: bold;
64
+
65
+ &:hover {
66
+ cursor: pointer;
67
+ }
68
+ }
69
+
70
+ .save {
71
+ display: none;
72
+ }
73
+
74
+ .indicator {
75
+ display: none;
76
+ }
77
+ }
78
+
79
+ .cover > .container {
80
+ height: 200px;
81
+ position: relative;
82
+ pointer-events: none;
83
+ .save {
84
+ pointer-events: all;
85
+ }
86
+ .controls {
87
+ pointer-events: none;
88
+ > * {
89
+ pointer-events: all;
90
+ }
91
+ }
92
+ }
93
+
94
+ @include media-breakpoint-up(md) {
95
+ .cover, .cover > .container {
96
+ height: 300px;
97
+
98
+ .controls {
99
+ height: 300px;
100
+ line-height: 300px;
101
+ }
102
+ }
105
103
  }
@@ -1,8 +1,8 @@
1
- [component="search/filters"], [component="flags/filters"] {
2
- .filter-btn {
3
- border-color: $gray-300!important;
4
- &.active-filter {
5
- border-color: $primary!important;
6
- }
7
- }
1
+ [component="search/filters"], [component="flags/filters"] {
2
+ .filter-btn {
3
+ border-color: $gray-300!important;
4
+ &.active-filter {
5
+ border-color: $primary!important;
6
+ }
7
+ }
8
8
  }