From edf98f767d3aad5739a1663490ce078bf0fcd29c Mon Sep 17 00:00:00 2001 From: Adora Date: Sun, 21 Jul 2024 23:13:28 -0600 Subject: [PATCH] Collectstatic --- assets/css/auth/sesion.css | 57 ++++++++++++++++++++++++++++++++++++++ assets/css/posts/new.css | 4 +-- 2 files changed, 59 insertions(+), 2 deletions(-) create mode 100644 assets/css/auth/sesion.css diff --git a/assets/css/auth/sesion.css b/assets/css/auth/sesion.css new file mode 100644 index 0000000..0bfa2be --- /dev/null +++ b/assets/css/auth/sesion.css @@ -0,0 +1,57 @@ +html { + height: 100%; +} + +body { + margin: 0; + height: 100%; + box-sizing: border-box; + background: rgb(24, 23, 31); + background: linear-gradient(45deg, rgba(24, 23, 31, 1) 0%, rgba(18, 15, 83, 1) 55%, rgba(0, 99, 255, 1) 100%); +} + +.main-container { + height: 100%; + display: flex; + align-items: center; +} + +.auth-title { + text-align: center; + font-size: 2rem; + font-weight: 700; +} + +.auth-container { + max-width: 400px; + padding: 20px 30px; + box-sizing: border-box; + background-color: #ffffff; + box-shadow: 2px 2px 20px -5px #2c2d2ca6; + border-radius: 10px; +} + +.auth-container-header { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} + +.auth-container h1, +.auth-container h2 { + margin: 10px 0px; + letter-spacing: 2px; +} + +.auth-container p { + font-size: 20px; +} + +.invalid-feedback { + text-align: start !important; +} + +.btn { + border-radius: 50px 50px 50px 50px; +} \ No newline at end of file diff --git a/assets/css/posts/new.css b/assets/css/posts/new.css index 42be3b7..5d27ed1 100644 --- a/assets/css/posts/new.css +++ b/assets/css/posts/new.css @@ -1,4 +1,4 @@ -.posts-grid { +/* .posts-grid { display: flex; justify-content: center; -} \ No newline at end of file +} */ \ No newline at end of file