mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Design improvements
This commit is contained in:
parent
a9d02e7758
commit
26b1c004f0
3 changed files with 20 additions and 11 deletions
|
|
@ -2,10 +2,14 @@
|
|||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
.both-transition {
|
||||
transition: background 200ms ease, border 200ms ease;
|
||||
.bg-transition {
|
||||
transition: background 200ms ease;
|
||||
}
|
||||
|
||||
.border-transition {
|
||||
transition: border 200ms ease;
|
||||
}
|
||||
|
||||
.both-transition {
|
||||
transition: background 200ms ease, border 200ms ease;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue