nav dropdown added for storage and memory links

This commit is contained in:
2023-05-01 15:55:55 +05:30
parent bf783a338b
commit 48625743b4
6 changed files with 326 additions and 53 deletions
+39
View File
@@ -1927,4 +1927,43 @@ background: linear-gradient(75deg, rgb(56 89 118) 51%, rgb(107 18 111) 89%)
}
.product_card_section .col-sm-4{
margin-top:100px;
}
/* SECTION VERTICAL TABS */
#experienceTab.nav-pills .nav-link.active {
color: rgb(3, 41, 90) !important;
background-color: transparent;
border-radius: 0px;
border-left: 3px solid #191e71;
}
#experienceTab.nav-pills .nav-link {
border-radius: 0px;
line-height: 10px;
color: rgb(3, 41, 90) !important;
border-left: 3px solid rgb(222, 222, 222);
}
.date-range {
letter-spacing: 0.01em;
color: var(--theme-gray);
}
/* STUB LINKS */
a {
color: var(--theme-gray);
transition: 0.3s eas-in-out;
}
a:hover {
color: var(--theme-yellow);
}
.tab-content img{
width: 100%;
min-width:120px;
}
.w-250{
width: 250px;
}
.w-500{
width: 500px;
}