diff options
| author | bndw <ben@bdw.to> | 2023-04-26 21:53:13 -0700 |
|---|---|---|
| committer | bndw <ben@bdw.to> | 2023-04-26 21:53:13 -0700 |
| commit | 2b47b0e47cd234ceb2b226e18bc10053425e21f9 (patch) | |
| tree | 40983c8575cdab99c2afb3e3dc342da9dc66744c /app/components/calculator.module.css | |
| parent | 8686078ae801fdc15df5a40ee158a43373d37c1c (diff) | |
fix: usd input
Diffstat (limited to 'app/components/calculator.module.css')
| -rw-r--r-- | app/components/calculator.module.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app/components/calculator.module.css b/app/components/calculator.module.css index 265760d..5e0e996 100644 --- a/app/components/calculator.module.css +++ b/app/components/calculator.module.css | |||
| @@ -1,6 +1,3 @@ | |||
| 1 | .form { | ||
| 2 | } | ||
| 3 | |||
| 4 | .input { | 1 | .input { |
| 5 | border-bottom: solid 1px #eee; | 2 | border-bottom: solid 1px #eee; |
| 6 | box-sizing: border-box; | 3 | box-sizing: border-box; |
| @@ -13,3 +10,9 @@ | |||
| 13 | .input:focus { | 10 | .input:focus { |
| 14 | outline: none; | 11 | outline: none; |
| 15 | } | 12 | } |
| 13 | |||
| 14 | .usd { | ||
| 15 | font-size: 3em; | ||
| 16 | margin: 8px 0; | ||
| 17 | padding-left: 12px; | ||
| 18 | } | ||
