mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 14:58:50 +00:00
add folder structure to Typescript and CSS file
This commit is contained in:
parent
912b0a2b4c
commit
796eacb802
4 changed files with 10 additions and 10 deletions
|
@ -143,7 +143,7 @@
|
|||
|
||||
border-radius: 8px;
|
||||
border: 5px solid var(--Rotkehlchen-gray);
|
||||
background-image: url("../public/assets/images/IceBirdLogin.jpg");
|
||||
background-image: url("../../public/assets/images/IceBirdLogin.jpg");
|
||||
background-size: cover;
|
||||
background-position: 75%;
|
||||
}
|
||||
|
@ -159,7 +159,7 @@
|
|||
|
||||
border-radius: 8px;
|
||||
border: 5px solid var(--Rotkehlchen-gray);
|
||||
background-image: url("../public/assets/images/SummerOwlSignup.jpg");
|
||||
background-image: url("../../public/assets/images/SummerOwlSignup.jpg");
|
||||
background-size: cover;
|
||||
/*background-position: 75%;*/
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue