mirror of
https://github.com/Shchoholiev/shopping-assistant-web-client.git
synced 2025-04-12 01:48:49 +00:00
Add plus
This commit is contained in:
parent
af1aea725f
commit
f0177e5675
@ -18,7 +18,8 @@
|
|||||||
|
|
||||||
<div class="add_chat">
|
<div class="add_chat">
|
||||||
<a href="/">
|
<a href="/">
|
||||||
<span>Search +</span>
|
<span>Search</span>
|
||||||
|
<span class="plus" >+</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -56,7 +57,6 @@
|
|||||||
@code {
|
@code {
|
||||||
private List<ShoppingAssistantWebClient.Web.Models.Wishlist> wishlist {get; set;}
|
private List<ShoppingAssistantWebClient.Web.Models.Wishlist> wishlist {get; set;}
|
||||||
protected async override Task OnInitializedAsync(){
|
protected async override Task OnInitializedAsync(){
|
||||||
|
|
||||||
wishlist = new List<ShoppingAssistantWebClient.Web.Models.Wishlist>()
|
wishlist = new List<ShoppingAssistantWebClient.Web.Models.Wishlist>()
|
||||||
{
|
{
|
||||||
new Models.Wishlist {Id = "0", Name = "Gift for Jessica", Type="product", CreateById="0"},
|
new Models.Wishlist {Id = "0", Name = "Gift for Jessica", Type="product", CreateById="0"},
|
||||||
@ -64,7 +64,7 @@
|
|||||||
new Models.Wishlist {Id = "2", Name = "Mark’s Birthday", Type="product", CreateById="2"},
|
new Models.Wishlist {Id = "2", Name = "Mark’s Birthday", Type="product", CreateById="2"},
|
||||||
new Models.Wishlist {Id = "3", Name = "Garden tools", Type="product", CreateById="2"},
|
new Models.Wishlist {Id = "3", Name = "Garden tools", Type="product", CreateById="2"},
|
||||||
new Models.Wishlist {Id = "4", Name = "Phone charger ", Type="product", CreateById="2"},
|
new Models.Wishlist {Id = "4", Name = "Phone charger ", Type="product", CreateById="2"},
|
||||||
new Models.Wishlist {Id = "5", Name = "Garden tools", Type="product", CreateById="2"},
|
new Models.Wishlist {Id = "5", Name = "Garden tools", Type="product", CreateById="2"},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -189,11 +189,20 @@
|
|||||||
line-height: 2.5em;
|
line-height: 2.5em;
|
||||||
}
|
}
|
||||||
.add_chat a {
|
.add_chat a {
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
border-radius: 0.6em;
|
border-radius: 0.6em;
|
||||||
padding-left: 0.7em;
|
padding-left: 0.7em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
.plus {
|
||||||
|
position: absolute;
|
||||||
|
right: 1em;
|
||||||
|
top: -0.1em;
|
||||||
|
font-size: 1.9em;
|
||||||
|
}
|
||||||
|
|
||||||
.user_name {
|
.user_name {
|
||||||
padding-left: 0.4375em;
|
padding-left: 0.4375em;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
Loading…
Reference in New Issue
Block a user