Skip to content

Commit

Permalink
Removed unused styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroMargineanu committed Dec 5, 2024
1 parent 1c7424c commit 8a13e31
Showing 1 changed file with 0 additions and 72 deletions.
72 changes: 0 additions & 72 deletions src/UI/Pagination/paginationStyles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,78 +166,6 @@
z-index: 2;
}
}

.pagination-item-tooltip {
position: relative;
z-index: 2;

.react-tooltip.react-tooltip__show ~ .tooltip-trigger {
color: #23f7dd;

&:before {
opacity: 1;
}
}

.react-tooltip.react-tooltip__place-bottom {
padding-top: 20px;

.tooltip-arrow {
top: 16px !important;
}
}

.react-tooltip.react-tooltip__place-top {
padding-bottom: 20px;

.tooltip-arrow {
bottom: 16px !important;
}
}

.tooltip-content,
.tooltip-arrow {
background-color: #000000;
}

.tooltip-trigger {
margin: 0;

&:before {
content: '';
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
transition: all 200ms ease;
background-color: #143736;
opacity: 0;
border-radius: 50%;
height: calc(24px + 4px);
width: calc(24px + 4px);
pointer-events: none;
z-index: 1;

@media (min-width: 768px) {
height: 32px;
width: 32px;
}
}

&:hover {
color: #23f7dd;

&:before {
opacity: 1;
}
}
}

.pagination-item-tooltip-text {
position: relative;
z-index: 2;
}
}
}
}
}

0 comments on commit 8a13e31

Please sign in to comment.