Site :
- Fix arrow left profil
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
<div id="cross-profil"><span>←</span></div>
|
<img id="cross-profil" src="/static/img/profilPage/back.svg"></img>
|
||||||
<div id="profil">
|
<div id="profil">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<!-- Profile Section -->
|
<!-- Profile Section -->
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="popup-background-delete" id="popup-background-delete">
|
<div class="popup-background-delete" id="popup-background-delete">
|
||||||
<div class="popup-delete">
|
<div class="popup-delete">
|
||||||
<h1>Are you sure you want to delete tour account ?</h1>
|
<h1>Are you sure you want to delete your account ?</h1>
|
||||||
<input type="text" id="username-delete" placeholder="Username">
|
<input type="text" id="username-delete" placeholder="Username">
|
||||||
<button class="delete-btn" id="deleteButton">Delete the account</button>
|
<button class="delete-btn" id="deleteButton">Delete the account</button>
|
||||||
</div>
|
</div>
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="white" d="M11.03 8.53a.75.75 0 1 0-1.06-1.06l-4 4a.75.75 0 0 0 0 1.06l4 4a.75.75 0 1 0 1.06-1.06l-2.72-2.72H18a.75.75 0 0 0 0-1.5H8.31z"/></svg>
|
After Width: | Height: | Size: 241 B |
@ -0,0 +1,3 @@
|
|||||||
|
[ZoneTransfer]
|
||||||
|
ZoneId=3
|
||||||
|
HostUrl=about:internet
|
@ -19,9 +19,10 @@
|
|||||||
#cross-profil{
|
#cross-profil{
|
||||||
color: white;
|
color: white;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: 64px;
|
top: 45px;
|
||||||
top: 40px;
|
|
||||||
left: 40px;
|
left: 40px;
|
||||||
|
width: 80px;
|
||||||
|
height: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#profil .container {
|
#profil .container {
|
||||||
|
Reference in New Issue
Block a user