mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-03-22 01:34:20 -05:00
Fixed Bugs
This commit is contained in:
parent
32d3ce222f
commit
97e363eaee
|
|
@ -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} />
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user