create profile section
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
class="text-[0.741vw] text-[#383E43] flex items-center gap-[0.5vw] pb-[0.681vw]"
|
||||
>
|
||||
<svg
|
||||
width="24"
|
||||
height="25"
|
||||
class="w-[6.154vw] md:w-[1.25vw] h-[6.154vw] md:h-[1.302vw]"
|
||||
|
||||
viewBox="0 0 24 25"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
@@ -43,7 +43,7 @@
|
||||
</span>
|
||||
<ul class="gap-x-[1vw] items-center hidden md:flex">
|
||||
<li
|
||||
class="pb-[0.5vw] text-primaryGreen border-b-[0.104vw] border-primaryGreen"
|
||||
class="relative pb-[0.681vw] text-primaryGreen active"
|
||||
>
|
||||
همه دوره ها
|
||||
</li>
|
||||
@@ -89,4 +89,15 @@ const openSortOptions = () => {
|
||||
}
|
||||
};
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.active::before{
|
||||
content: '';
|
||||
position: absolute;
|
||||
background-color: #0D3F40;
|
||||
width: 100%;
|
||||
height: 0.01vw;
|
||||
top: 2vw;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user