Fixed Bugs

This commit is contained in:
Unknown 2019-04-14 15:55:05 -04:00
parent 32d3ce222f
commit 97e363eaee
2 changed files with 13 additions and 2 deletions

View File

@ -218,7 +218,7 @@ export default class SearchCollection extends React.Component {
return (
<div className="SearchForm">
<form onSubmit={this.search}>
<label className="bigger">Search</label>
<label className="searchName">Search</label>
<br />
<div className="text-entry">
<input type="text" name="name" placeholder="Card Name" value={this.input.name} onChange={this.handleChange} />

View File

@ -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;
}