aboutsummaryrefslogtreecommitdiff
path: root/static/css/style.css
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-10-12 02:52:22 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-10-12 02:53:52 +0300
commitd05ea66f4bbcf0cc5c8908f3435c68de1b070fa1 (patch)
tree7c7a769206646f2b81a0eda0680f0be5033a4197 /static/css/style.css
Начальная версияv0.0.1
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css36
1 files changed, 36 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
new file mode 100644
index 0000000..3380fa9
--- /dev/null
+++ b/static/css/style.css
@@ -0,0 +1,36 @@
+.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;
+}
+
+.header {
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+ margin-bottom: var(--pico-block-spacing-vertical);
+}
+
+.top-menu {
+ text-align: end;
+} \ No newline at end of file