diff options
| author | Debulois <quentin@debulois.fr> | 2022-04-04 22:58:43 +0200 |
|---|---|---|
| committer | Debulois <quentin@debulois.fr> | 2022-04-04 22:58:43 +0200 |
| commit | 5582d242d03692a7e1b2c631e1b4ff3f52e8b72c (patch) | |
| tree | c1e0242053a46d7b4145111a78a3e86e3cfd2f0d /Static/Css/login.css | |
| parent | b637d625216e50602d0bde8a544c281ca00af5fa (diff) | |
Révision complète du css et modification du js principalement
Diffstat (limited to 'Static/Css/login.css')
| -rw-r--r-- | Static/Css/login.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Static/Css/login.css b/Static/Css/login.css new file mode 100644 index 0000000..915b5f6 --- /dev/null +++ b/Static/Css/login.css @@ -0,0 +1,19 @@ + +/* MAIN */ +#mainLogin form { + display: flex; + flex-direction: column; + align-items: center; + justify-content: space-around; + gap: 1em; + padding: 1.5% 5%; +} + +#mainLogin label { + width: 70%; +} + +#mainLogin input[type="email"], +#mainLogin input[type="password"] { + width: inherit; +} |
