diff options
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 | } | ||
