aboutsummaryrefslogblamecommitdiff
path: root/static/css/style.css
blob: db74cacb8f80ef79b798c2fbbc3b4ee9c42e6f22 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                 

                        
                                   
 

                
                  

                                   
 










                                      
.captcha {
    height: 65px;
}
article header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

article footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.htmx-indicator{
    opacity:0;
    transition: opacity 500ms ease-in;
}
.htmx-request .htmx-indicator{
    opacity:1;
}
.htmx-request.htmx-indicator{
    opacity:1;
}