Skip to content

Commit

Permalink
replace svg used by login-hero with png (#4388)
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Dec 23, 2022
1 parent e1b4d3b commit adeebf1
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 7 deletions.
Binary file added public/images/wave_long.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions public/images/wave_long.svg

This file was deleted.

Binary file added public/images/wave_long_2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion public/images/wave_long_2.svg

This file was deleted.

Binary file added public/images/wave_scene_square.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion public/images/wave_scene_square.svg

This file was deleted.

6 changes: 3 additions & 3 deletions src/style/index.css
Expand Up @@ -960,7 +960,7 @@ button:disabled,
}

.login-hero{
background: linear-gradient(to bottom right, rgba(4, 78, 55, 0.466), rgba(2, 54, 40, 0.521)), url('../../public/images/wave_scene_square.svg');
background: linear-gradient(to bottom right, rgba(4, 78, 55, 0.466), rgba(2, 54, 40, 0.521)), url('../../public/images/wave_scene_square.png');
background-size: cover;
background-position: center;
animation: alternate-reverse 30s linear infinite herobg;
Expand All @@ -974,7 +974,7 @@ button:disabled,
right: 0px;
width: 200px;
z-index: 2;
background: url('../../public/images/wave_long_2.svg');
background: url('../../public/images/wave_long_2.png');
background-position: top right;
transition: 0.2s;
animation: 120s linear infinite wave alternate-reverse;
Expand All @@ -989,7 +989,7 @@ button:disabled,
right: 10px;
width: 200px;
z-index: 1;
background: url('../../public/images/wave_long.svg');
background: url('../../public/images/wave_long.png');
opacity: 0.5;
background-position: bottom right;
animation: 120s linear infinite wave_2 alternate-reverse;
Expand Down

0 comments on commit adeebf1

Please sign in to comment.