Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/Instructions/instructions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import classes from "./instructions.module.css";
*/
export default function InstructionF({ handleChange, selectedInstructions }) {
return (
<div className={`flex ${classes.instructionsContainer}`}>
<div className={`flex ${classes.instructionsContainer }`}>
<input
type="number"
min={0}
Expand Down
17 changes: 6 additions & 11 deletions components/Instructions/instructions.module.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.instructionsInput {
width: 5em;
height: 1.5em;
width: 4rem;
height: 0.001rem;
display: inline-block;
padding: 7px;
outline: none;
font-size: 1rem;
color: black;
border-radius: 5px;
border: 2px solid white;
background-color: transparent;
border-radius: 3px;
border: 1px solid white;
background-color: rgb(44, 129, 194);

@media (min-width: 800px) {
width: 9em;
Expand All @@ -21,14 +21,9 @@
}

.instructionsInput:focus {
border: 2px solid darkblue;
border: 2px solid rgb(31, 31, 183);
}

/* .instructionsContainer {
display: flex;
flex-direction: column;
justify-content: center;
} */

.instructionsInput::placeholder {
color: white;
Expand Down
4 changes: 2 additions & 2 deletions components/SearchBar/searchBar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

@media (max-width: 799px) {
color: white;
border-color: yellow;
border-color: white;
}
}

Expand All @@ -39,7 +39,7 @@

@media (max-width:799px) {
.searchInput::placeholder{
color: yellow;
color: black;
}
}

Expand Down
4 changes: 2 additions & 2 deletions components/searchBar/searchBar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

@media (max-width: 799px) {
color: white;
border-color: yellow;
border-color: white;
}
}

Expand All @@ -39,7 +39,7 @@

@media (max-width:799px) {
.searchInput::placeholder{
color: yellow;
color: black;
}
}

Expand Down