Skip to content

Commit 865b51b

Browse files
committed
Plugin page styling
1 parent c22b636 commit 865b51b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

src/pages/plugins-new/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,9 @@ function PluginsPage() {
302302
placeholder={placeholder}
303303
value={searchInput}
304304
onChange={onChange} />
305-
<button className="button button--lg button--primary">Search</button>
305+
<button className={classnames("button button--primary", styles.searchButton)}>
306+
Search
307+
</button>
306308
</form>
307309
</div>
308310
</div>

src/pages/plugins-new/plugins.module.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.searchContainer {
2-
// I hate grid utilities
3-
display: flex !important;
2+
display: flex;
43
}
54

65
.searchInput {
@@ -28,6 +27,10 @@
2827
}
2928
}
3029

30+
.searchButton {
31+
font-size: 1.1rem;
32+
}
33+
3134
.pluginCardHeader {
3235
display: flex;
3336
justify-content: space-between;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy