Updated Image and Logo

This commit was merged in pull request #2.
This commit is contained in:
Chukwumdiebube
2023-04-05 21:38:44 +01:00
parent 53207874eb
commit 30cc488372
5 changed files with 12 additions and 6 deletions
+8 -2
View File
@@ -42,7 +42,13 @@ body {
color: #92929F;
}
.auth-aside{
.auth-aside {
border-radius: 15px;
box-shadow: 0 8px 8px -4px rgb(38, 42, 43);
box-shadow:
0 2.8px 2.2px rgba(179, 116, 116, 0.034),
0 6.7px 5.3px rgba(129, 84, 84, 0.048),
0 12.5px 10px rgba(124, 88, 88, 0.06),
0 22.3px 17.9px rgba(0, 0, 0, 0.072),
0 41.8px 33.4px rgba(0, 0, 0, 0.086),
0 100px 80px rgba(0, 0, 0, 0.12)
}