mirror of
https://github.com/safing/web
synced 2025-09-05 04:29:04 +00:00
Add dot
This commit is contained in:
parent
78b7383322
commit
c9d90beba5
2 changed files with 15 additions and 0 deletions
|
@ -42,6 +42,12 @@
|
||||||
About
|
About
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="p-3 lg:p-0 text-white text-lg lg:text-sm relative">
|
||||||
|
<a href="{{ site.roadmap_url }}" class=" ml-0 lg:ml-4 px-3 py-2 font-semibold leading-5 hover:opacity-55 transition duration-150 ease-in-out opacity-100">
|
||||||
|
<span class="dot"></span>
|
||||||
|
What's Next?
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li class="p-3 lg:p-0 text-white text-lg lg:text-sm">
|
<li class="p-3 lg:p-0 text-white text-lg lg:text-sm">
|
||||||
<a href="{{ site.help_url }}" class=" ml-0 lg:ml-4 px-3 py-2 font-semibold leading-5 hover:opacity-55 transition duration-150 ease-in-out opacity-100">
|
<a href="{{ site.help_url }}" class=" ml-0 lg:ml-4 px-3 py-2 font-semibold leading-5 hover:opacity-55 transition duration-150 ease-in-out opacity-100">
|
||||||
Get Help
|
Get Help
|
||||||
|
|
|
@ -180,3 +180,12 @@ a.link {
|
||||||
.hover\:opacity-55:hover {
|
.hover\:opacity-55:hover {
|
||||||
opacity: 0.55;
|
opacity: 0.55;
|
||||||
}
|
}
|
||||||
|
.dot {
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
height: 5px;
|
||||||
|
width: 5px;
|
||||||
|
background-color: #6188ff;
|
||||||
|
border-radius: 50%;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue