From 36a615beeb84dcf0ee87a6f598a37e3d53236837 Mon Sep 17 00:00:00 2001 From: maTh Date: Mon, 15 Aug 2022 20:09:10 +0200 Subject: 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 --- p/themes/Mapco/_layout.scss | 25 ------------------------- p/themes/Mapco/mapco.css | 25 ------------------------- p/themes/Mapco/mapco.rtl.css | 25 ------------------------- 3 files changed, 75 deletions(-) (limited to 'p/themes/Mapco') diff --git a/p/themes/Mapco/_layout.scss b/p/themes/Mapco/_layout.scss index a0c901f3f..d0415b0ca 100644 --- a/p/themes/Mapco/_layout.scss +++ b/p/themes/Mapco/_layout.scss @@ -112,35 +112,10 @@ /*=== Prompt (centered) */ main.prompt { - margin: 3rem auto; - padding: 2rem; background: variables.$grey-light; - max-width: 400px; - min-width: 300px; - width: 33%; border-radius: 5px; } -.prompt { - text-align: center; -} - -.prompt label, -.prompt .help { - text-align: left; -} - -.prompt input, -.prompt select, -.prompt .stick { - width: 100%; - box-sizing: border-box; -} - -.prompt p { - margin: 20px 0; -} - /*=== New article notification */ #new-article { background: variables.$main-first; diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index eaeb00ab6..950b7593f 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -787,35 +787,10 @@ form th { /*=== Prompt (centered) */ main.prompt { - margin: 3rem auto; - padding: 2rem; background: #eff0f2; - max-width: 400px; - min-width: 300px; - width: 33%; border-radius: 5px; } -.prompt { - text-align: center; -} - -.prompt label, -.prompt .help { - text-align: left; -} - -.prompt input, -.prompt select, -.prompt .stick { - width: 100%; - box-sizing: border-box; -} - -.prompt p { - margin: 20px 0; -} - /*=== New article notification */ #new-article { background: #36c; diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index 2f0561e9e..d53234a9b 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -787,35 +787,10 @@ form th { /*=== Prompt (centered) */ main.prompt { - margin: 3rem auto; - padding: 2rem; background: #eff0f2; - max-width: 400px; - min-width: 300px; - width: 33%; border-radius: 5px; } -.prompt { - text-align: center; -} - -.prompt label, -.prompt .help { - text-align: right; -} - -.prompt input, -.prompt select, -.prompt .stick { - width: 100%; - box-sizing: border-box; -} - -.prompt p { - margin: 20px 0; -} - /*=== New article notification */ #new-article { background: #36c; -- cgit v1.2.3