Skip to content

Commit

Permalink
Update tailwind.input.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric authored Dec 6, 2023
1 parent 542c01d commit 5b10cd8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions MyApp/tailwind.input.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,25 @@ select{
background-color: transparent !important;
}

[data-collapsed] [data-collapse=hidden] {
display: none
}

[data-collapse-off=opacity-100] {
opacity: 1
}

[data-collapsed] [data-collapse=opacity-0] {
opacity: 0
}


[data-collapse-off=-translate-x-full] {
transform: translateX(0)
}

[data-collapsed] [data-collapse=-translate-x-full] {
transform: translateX(-100%)
}

@tailwind utilities;

0 comments on commit 5b10cd8

Please sign in to comment.