Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
projkov committed Jul 2, 2024
1 parent 4b2bce6 commit 6093161
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 6 deletions.
Binary file modified public/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon.ico
Binary file not shown.
13 changes: 7 additions & 6 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
}

button {
font-size: 16px;
font-size: 12px;
min-width: 50px;
min-height: 50px;
color: #FFFFFF;
background-color: #683F73;
background-color: #F27D16;
border: 0px;
border-radius: 8px;
}

button:hover {
background-color: #A66885;
background-color: #F25D07;
cursor: pointer;
}

Expand All @@ -62,13 +62,14 @@ button:disabled {
.input {
width: 100%;
padding: 10px;
border: 1px solid #03588C;
/* border: 1px solid #03588C; */
border: 0px;
border-radius: 5px;
font-size: 16px;
}

.input:focus {
border: 2px solid #D96523;
border: 2px solid #F25D07;
outline: none;
box-shadow: 0 0 8px rgba(242, 68, 164, 0.6);
}
Expand Down Expand Up @@ -103,7 +104,7 @@ button:disabled {
justify-content: space-between;
gap: 48px;
padding: 12px;
background-color: #88E8F2;
background-color: #f4f8fb;
}

.searchBlock {
Expand Down
Binary file modified src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6093161

Please sign in to comment.