initial commit
This commit is contained in:
14
css/index.css
Normal file
14
css/index.css
Normal file
@ -0,0 +1,14 @@
|
||||
.htmx-indicator {
|
||||
opacity:0;
|
||||
transition: opacity 500ms ease-in;
|
||||
}
|
||||
.htmx-request .htmx-indicator{
|
||||
opacity:1
|
||||
}
|
||||
.htmx-request.htmx-indicator{
|
||||
opacity:1
|
||||
}
|
||||
.contact.htmx-swapping {
|
||||
opacity: 0;
|
||||
transition: opacity 500ms ease-in;
|
||||
}
|
Reference in New Issue
Block a user