create profile section

This commit is contained in:
HAM!DREZA
2024-05-21 15:01:29 +03:30
parent abe8daf536
commit 0c7fd83de2
18 changed files with 1535 additions and 39 deletions
+30
View File
@@ -42,3 +42,33 @@ body {
@apply w-[87.69%] md:w-[81.04%] flex flex-col justify-center mt-[18vw] md:mt-[4.688vw] px-[3.846vw] md:px-[1.563vw] bg-[#F8F8F8] rounded-[3.846vw] md:rounded-[0.781vw]
}
}
@media (max-width: 768px) {
.tabs-component .tabs-component-tab .is-active::before{
height: 0vw !important;
}
.tabs-component .tabs-component-tab .is-active p{
background-color: #D3EDED;
}
.scrolBar{
padding: 0vw 1.5vw;
overflow: auto;
white-space: nowrap;
background-color: #FDFAFC;
box-shadow: 0px 0px 5px 0px #A6228626;
width: 87.692vw;
height: 13.077vw;
display: flex;
align-items: center;
border-radius: 3.846vw;
}
.scrolBar::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.scrolBar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
}