diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-03-05 19:10:55 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-03-05 19:10:55 +0100 |
| commit | 0907418ce2c6ca498b02e8e514e4945d79750467 (patch) | |
| tree | cdccf1157d01f5ead91a454d70e1f1769d945320 /animism-align/frontend/app/views/auth/auth.css | |
| parent | d5b6a4ea27f8c905e613363aab365066ad6d9cda (diff) | |
adding login view
Diffstat (limited to 'animism-align/frontend/app/views/auth/auth.css')
| -rw-r--r-- | animism-align/frontend/app/views/auth/auth.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/animism-align/frontend/app/views/auth/auth.css b/animism-align/frontend/app/views/auth/auth.css new file mode 100644 index 0000000..e9ceb85 --- /dev/null +++ b/animism-align/frontend/app/views/auth/auth.css @@ -0,0 +1,25 @@ +.auth { + position: fixed; + top: 0; left: 0; + width: 100%; height: 100%; + background: linear-gradient(#190051, #1c0406); + display: flex; + justify-content: center; + align-items: center; +} +.login { + background: #333; + padding: 1rem; + box-shadow: 0 5px 10px #000; +} +.login h6 { + width: 100%; + text-align: center; + font-family: 'Georgia', serif; + font-size: 1.5rem; + font-weight: normal; + font-style: italic; + margin: 0 0 1rem 0; + transform: skew(11deg); + color: #fff; +} |
