shorgru/static/css/style.css
Alexander Neonxp Kiryukhin e849e705c3
Добавил рейтинг
Добавил страницу топа
Добавил rss/xml/json feed
2024-10-08 03:50:53 +03:00

25 lines
No EOL
398 B
CSS

.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;
}