Additional styling added to account pane. Icon to delete a favorite prototyped
This commit is contained in:
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
@@ -50,7 +50,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="user-profile-button" class="user-icon">
|
<div id="user-profile-button" class="user-icon">
|
||||||
<img src="/img/navigation-bar/user.png" alt="Your Image" class="img-fluid">
|
<img src="/img/navigation-bar/user-menu/user-button.png" alt="Account" class="img-fluid">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,6 +19,10 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<span>{{this.teamname}}</span>
|
<span>{{this.teamname}}</span>
|
||||||
|
|
||||||
|
<div class="delete-favorite-team-button-container">
|
||||||
|
<img id="delete-favorite-team-button" src="additional-image.jpg" alt="Delete Favorite Team">
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user