diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-11-05 19:53:12 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-11-05 19:53:12 +0100 |
| commit | 0387bd453274e0bfd7d085a4fae26b5260a9f823 (patch) | |
| tree | 46d54fe0f9cbba9cff6e9b25adfdb3e57ea39ea9 /animism-align/frontend/app/common | |
| parent | 478749fd7587f702ad34bb3f625743d0fa781b5b (diff) | |
privacy policy checkboxes square. make border line on subscribe form go 100% width with correct padding
Diffstat (limited to 'animism-align/frontend/app/common')
| -rw-r--r-- | animism-align/frontend/app/common/form.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/app/common/form.css b/animism-align/frontend/app/common/form.css index ac72fc8..1ba81c8 100644 --- a/animism-align/frontend/app/common/form.css +++ b/animism-align/frontend/app/common/form.css @@ -141,7 +141,7 @@ input[type="checkbox"]:after { background-position: center; cursor: pointer; transition: background-color 0.1s; - border-radius: 0.125rem; + /* border-radius: 0.125rem; */ } input[type=checkbox]:focus:after { border-color: #84f; |
