diff --git a/src/components/collection/search/index.js b/src/components/collection/search/index.js index 7f72486..bbae3d1 100644 --- a/src/components/collection/search/index.js +++ b/src/components/collection/search/index.js @@ -218,7 +218,7 @@ export default class SearchCollection extends React.Component { return (
- +
diff --git a/src/scss/collection.scss b/src/scss/collection.scss index c03f68f..356d4cb 100644 --- a/src/scss/collection.scss +++ b/src/scss/collection.scss @@ -71,6 +71,15 @@ padding-top: 2px; } + .stats { + padding-top: 2%; + } + + .bigger { + text-align: center; + font-weight: bold; + } + .energy { display: flex; width: 20px !important; @@ -111,11 +120,12 @@ font-family: Roboto, Arial, sans-serif; } - .bigger { + .searchName { display: flex; justify-content: center; /* align horizontal */ align-items: center; /* align vertical */ padding: 2%; + font-size: 16pt; } .centeredCheckBox { @@ -153,6 +163,7 @@ } .brainwashed { + border-radius: 3px; background-color: #dcdddf; color: black !important; }