Skip to content

Commit

Permalink
PageDataContainer styles
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyTripleA committed Oct 16, 2024
1 parent 93c837d commit a9c4593
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@
display: flex;
align-items: center;
justify-content: center;
transition: all .1s;

@media (hover: hover) and (pointer: fine) {
&:hover {
background-color: rgba(24, 167, 255, .2);
}
}

&:active {
transform: translateY(1px);
background-color: rgba(24, 167, 255, .15);
}
}

&__Title {
Expand Down

0 comments on commit a9c4593

Please sign in to comment.