mirror of
https://github.com/Shchoholiev/shopping-assistant-web-client.git
synced 2025-04-05 00:59:38 +00:00
bugs fixed
This commit is contained in:
parent
47a6ecd843
commit
f4d4487484
@ -13,7 +13,6 @@
|
||||
<link href="css/site.css" rel="stylesheet" />
|
||||
<link href="ShoppingAssistantWebClient.Web.styles.css" rel="stylesheet" />
|
||||
<link rel="icon" type="image/png" href="favicon.ico"/>
|
||||
<link href='https://fonts.googleapis.com/css?family=Nunito' rel='stylesheet'>
|
||||
<component type="typeof(HeadOutlet)" render-mode="ServerPrerendered" />
|
||||
</head>
|
||||
<body>
|
||||
|
@ -1,50 +1,4 @@
|
||||
<!-- <div class="top-row ps-3 navbar navbar-dark">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="">ShoppingAssistantWebClient.Web</a>
|
||||
<button title="Navigation menu" class="navbar-toggler" @onclick="ToggleNavMenu">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="@NavMenuCssClass nav-scrollable" @onclick="ToggleNavMenu">
|
||||
<nav class="flex-column">
|
||||
<div class="nav-item px-3">
|
||||
<NavLink class="nav-link" href="" Match="NavLinkMatch.All">
|
||||
<span class="oi oi-home" aria-hidden="true"></span> Home
|
||||
</NavLink>
|
||||
</div>
|
||||
<div class="nav-item px-3">
|
||||
<NavLink class="nav-link" href="counter">
|
||||
<span class="oi oi-plus" aria-hidden="true"></span> Counter
|
||||
</NavLink>
|
||||
</div>
|
||||
<div class="nav-item px-3">
|
||||
<NavLink class="nav-link" href="fetchdata">
|
||||
<span class="oi oi-list-rich" aria-hidden="true"></span> Fetch data
|
||||
</NavLink>
|
||||
</div>
|
||||
<div class="nav-item px-3">
|
||||
<NavLink class="nav-link" href="cart">
|
||||
<span class="oi oi-list-rich" aria-hidden="true"></span> Cart (Test only)
|
||||
</NavLink>
|
||||
</div>
|
||||
<div class="nav-item px-3">
|
||||
<NavLink class="nav-link" href="chat/1">
|
||||
<span class="oi oi-list-rich" aria-hidden="true"></span> Chat (Test only)
|
||||
</NavLink>
|
||||
</div>
|
||||
<div class="nav-item px-3">
|
||||
<NavLink class="nav-link" href="wishlists">
|
||||
<span class="oi oi-list-rich" aria-hidden="true"></span> Wishlists (Test only)
|
||||
</NavLink>
|
||||
</div>
|
||||
</nav>
|
||||
</div> -->
|
||||
|
||||
|
||||
|
||||
<div class="left_frame" id="leftFrame">
|
||||
<div class="left_frame" id="leftFrame">
|
||||
|
||||
|
||||
<div class="logo">
|
||||
|
@ -124,6 +124,8 @@
|
||||
}
|
||||
.logo img {
|
||||
float: left;
|
||||
height: 3.25em;
|
||||
width: 3.25em;
|
||||
}
|
||||
.wishlist_name {
|
||||
padding-left: 0.7em;
|
||||
@ -131,8 +133,8 @@
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
height: 2em;
|
||||
line-height: 2em;
|
||||
height: 2.5em;
|
||||
line-height: 2.5em;
|
||||
}
|
||||
.cont_wishlist {
|
||||
margin-top: 0.4375em;
|
||||
@ -141,7 +143,7 @@
|
||||
border-radius: 0.6em;
|
||||
font-size: 1.1em;
|
||||
width: 100%;
|
||||
height: 2em;
|
||||
height:2.5em;
|
||||
cursor: pointer;
|
||||
}
|
||||
.cont_wishlist:hover {
|
||||
@ -155,7 +157,7 @@
|
||||
visibility: visible;
|
||||
}
|
||||
.button_delete_chat {
|
||||
margin-top: 0.4em;
|
||||
margin-top: 0.65em;
|
||||
margin-right: 1em;
|
||||
float: right;
|
||||
position: relative;
|
||||
@ -164,7 +166,7 @@
|
||||
width: 1.2em;
|
||||
}
|
||||
.button_open_card {
|
||||
margin-top: 0.4em;
|
||||
margin-top: 0.65em;
|
||||
margin-right: 1em;
|
||||
float: right;
|
||||
visibility: hidden;
|
||||
@ -182,9 +184,9 @@
|
||||
border-radius: 0.6em;
|
||||
font-size: 1.2em;
|
||||
width: 100%;
|
||||
height: 2em;
|
||||
height:2.5em;
|
||||
cursor: pointer;
|
||||
line-height: 2em;
|
||||
line-height: 2.5em;
|
||||
}
|
||||
.add_chat a {
|
||||
border-radius: 0.6em;
|
||||
|
@ -1,7 +1,7 @@
|
||||
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
|
||||
|
||||
html {
|
||||
font-family: 'Nunito';
|
||||
font-family: 'Roboto';
|
||||
}
|
||||
|
||||
h1:focus {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 3.6 KiB |
Loading…
Reference in New Issue
Block a user