diff options
| author | 2022-08-15 20:09:10 +0200 | |
|---|---|---|
| committer | 2022-08-15 20:09:10 +0200 | |
| commit | 36a615beeb84dcf0ee87a6f598a37e3d53236837 (patch) | |
| tree | da48907bd4e343a5d22938b9f8cff30d7c07cc48 /p/themes/Dark | |
| parent | 96e0efa6f09271f34941f7078179921e194395ab (diff) | |
Set standard CSS for login register form (#4504)
* set default to template.css
* adark theme
* ansum theme
* template.css
* adark theme
* BlueLagoon theme
* dark theme
* flat theme
* mapco theme
* Nord theme
* Origine prompt
* Origine Compact theme
* Pafat theme
* Screwdriver theme
* swage theme
* Update template.rtl.css
Diffstat (limited to 'p/themes/Dark')
| -rw-r--r-- | p/themes/Dark/dark.css | 25 | ||||
| -rw-r--r-- | p/themes/Dark/dark.rtl.css | 25 |
2 files changed, 0 insertions, 50 deletions
diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index b93f7d7a1..c25d8acb6 100644 --- a/p/themes/Dark/dark.css +++ b/p/themes/Dark/dark.css @@ -678,21 +678,6 @@ a.btn { } /*=== Prompt (centered) */ -.prompt { - max-width: 20rem; - margin-left: auto; - margin-right: auto; - padding-left: .5rem; - padding-right: .5rem; - text-align: center; -} - -.prompt form { - margin-top: 2rem; - margin-bottom: 3rem; - text-align: left; -} - .prompt .form-group { margin-bottom: 1rem; } @@ -708,22 +693,12 @@ a.btn { justify-content: space-between; } -.prompt .stick, -.prompt input { - width: 100%; - box-sizing: border-box; -} - .prompt .btn.btn-important { padding-left: 1.5rem; padding-right: 1.5rem; font-size: 1.1rem; } -.prompt p { - margin: 20px 0; -} - /*=== New article notification */ #new-article { background: #26303f; diff --git a/p/themes/Dark/dark.rtl.css b/p/themes/Dark/dark.rtl.css index 5dbcb4d83..6c019e3db 100644 --- a/p/themes/Dark/dark.rtl.css +++ b/p/themes/Dark/dark.rtl.css @@ -678,21 +678,6 @@ a.btn { } /*=== Prompt (centered) */ -.prompt { - max-width: 20rem; - margin-right: auto; - margin-left: auto; - padding-right: .5rem; - padding-left: .5rem; - text-align: center; -} - -.prompt form { - margin-top: 2rem; - margin-bottom: 3rem; - text-align: right; -} - .prompt .form-group { margin-bottom: 1rem; } @@ -708,22 +693,12 @@ a.btn { justify-content: space-between; } -.prompt .stick, -.prompt input { - width: 100%; - box-sizing: border-box; -} - .prompt .btn.btn-important { padding-right: 1.5rem; padding-left: 1.5rem; font-size: 1.1rem; } -.prompt p { - margin: 20px 0; -} - /*=== New article notification */ #new-article { background: #26303f; |
