Skip to content

Commit

Permalink
edit arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaamostafa74 committed Sep 5, 2024
1 parent 4ba75ab commit 360a62e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3542,8 +3542,12 @@ html[dir="rtl"] .card-description {
padding: 10px 20px;
cursor: pointer;
transition: background-color 0.3s ease;
padding: 10px 20px;
border: none;
position: relative;
}


.tab1 {
position: relative;
border-top-left-radius: 10px;
Expand All @@ -3553,17 +3557,21 @@ html[dir="rtl"] .card-description {
.tabs .active::after {
content: url('../images/Polygon1.png');
position: absolute;
top: 96%;
top: 94%;
left: 40%;
display: block;
bottom: -5px;
transform: translateX(-50%);
width: 0;
height: 0;
}

.tab2.active::after {
position: absolute;
top: 93%;
left: 54%;
transform: translateX(-50%);
html[dir='rtl'] .tabs .active::after {
left: 60%;
}



.tab2 {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
Expand Down Expand Up @@ -3722,14 +3730,6 @@ html[dir=rtl] .tab1 {
flex-direction:row-reverse
} */

@media (max-width:450px) {
.tab2.active::after {
top: 93%;
left: 65%;
transform: translateX(-50%);
}
}

@media (max-width: 973px) {
.our_tracks {
padding: 15px;
Expand Down

0 comments on commit 360a62e

Please sign in to comment.