maded changes

This commit is contained in:
JSriwongsa 2023-06-30 18:47:16 -05:00
parent 967d0931a9
commit 2cf85685bd
2 changed files with 3 additions and 1 deletions

View file

@ -1138,6 +1138,7 @@
<span class="sub-toggle"><i class='bx bx-chevron-down' ></i></span>
<ul class="submenu">
<li><a href="#">Bags</a></li>
<li><a href="#">Belts</a></li>
<li><a href="#">Sunglasses</a></li>
<li><a href="#">Jewelries</a></li>
</ul>

View file

@ -320,7 +320,8 @@ nav.mobile .enter div span{
font-weight: 600;
padding: 0 32px;
border-radius: 50px;
line-height: 40px;transition: background-color 0.3s, color 0.3s;
line-height: 40px;
transition: background-color 0.3s, color 0.3s;
}
.btn-login{
background-color: var(--main-color);