maded changes
This commit is contained in:
parent
967d0931a9
commit
2cf85685bd
2 changed files with 3 additions and 1 deletions
|
@ -1138,6 +1138,7 @@
|
||||||
<span class="sub-toggle"><i class='bx bx-chevron-down' ></i></span>
|
<span class="sub-toggle"><i class='bx bx-chevron-down' ></i></span>
|
||||||
<ul class="submenu">
|
<ul class="submenu">
|
||||||
<li><a href="#">Bags</a></li>
|
<li><a href="#">Bags</a></li>
|
||||||
|
<li><a href="#">Belts</a></li>
|
||||||
<li><a href="#">Sunglasses</a></li>
|
<li><a href="#">Sunglasses</a></li>
|
||||||
<li><a href="#">Jewelries</a></li>
|
<li><a href="#">Jewelries</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -320,7 +320,8 @@ nav.mobile .enter div span{
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
padding: 0 32px;
|
padding: 0 32px;
|
||||||
border-radius: 50px;
|
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{
|
.btn-login{
|
||||||
background-color: var(--main-color);
|
background-color: var(--main-color);
|
||||||
|
|
Loading…
Add table
Reference in a new issue