Add icons for session filters
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -17,8 +17,20 @@ textarea {
|
||||
grid-template-columns: 3fr repeat(3, 1fr) 0.5fr 1fr;
|
||||
}
|
||||
|
||||
.purchase-name:hover > span:nth-child(2) {
|
||||
@apply dark:text-slate-300
|
||||
.purchase-name > span:nth-child(2) {
|
||||
@apply ml-4
|
||||
}
|
||||
|
||||
.purchase-name > span:nth-child(2) > a > img {
|
||||
@apply opacity-0 transition-opacity duration-500
|
||||
}
|
||||
|
||||
.purchase-name:hover > span:nth-child(2) > a > img {
|
||||
@apply opacity-50
|
||||
}
|
||||
|
||||
.purchase-name > span:nth-child(2) > a > img:hover {
|
||||
@apply opacity-100
|
||||
}
|
||||
|
||||
#button-container button {
|
||||
|
Reference in New Issue
Block a user