Better Menu Mobile
This commit is contained in:
Generated
+1
-1
@@ -51,7 +51,7 @@
|
|||||||
<option name="presentableId" value="Default" />
|
<option name="presentableId" value="Default" />
|
||||||
<updated>1679674447095</updated>
|
<updated>1679674447095</updated>
|
||||||
<workItem from="1679674448294" duration="3278000" />
|
<workItem from="1679674448294" duration="3278000" />
|
||||||
<workItem from="1679754546660" duration="2767000" />
|
<workItem from="1679754546660" duration="2982000" />
|
||||||
</task>
|
</task>
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
@@ -150,7 +150,7 @@ body
|
|||||||
.dropdown div
|
.dropdown div
|
||||||
{
|
{
|
||||||
right: 150px;
|
right: 150px;
|
||||||
border-radius: 50px 0px 0 50px;
|
border-radius: 0px;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -173,6 +173,7 @@ body
|
|||||||
.mobileMenuButton
|
.mobileMenuButton
|
||||||
{
|
{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
transition: all 0.5s ease 0s;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -182,16 +183,24 @@ body
|
|||||||
height: 50px;
|
height: 50px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 30px;
|
right: 30px;
|
||||||
top: 30px
|
top: 30px;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobileMenuButton svg:hover
|
||||||
|
{
|
||||||
|
color: #0088a9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobileMenuDropDown
|
.mobileMenuDropDown
|
||||||
{
|
{
|
||||||
display: none;
|
display: none;
|
||||||
background-color: #24242A;
|
background-color: #24242A;
|
||||||
|
transition: all 0.5s ease 0s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.mobileMenuDropDown li
|
.mobileMenuDropDown li
|
||||||
{
|
{
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|||||||
@@ -55,7 +55,9 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<hr/>
|
||||||
<li><a href="#">Quicklinks</a></li>
|
<li><a href="#">Quicklinks</a></li>
|
||||||
|
<hr/>
|
||||||
<li><a href="#">About Us</a></li>
|
<li><a href="#">About Us</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user