aboutsummaryrefslogtreecommitdiffstats
path: root/app/components/calculator.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/calculator.module.css')
-rw-r--r--app/components/calculator.module.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/app/components/calculator.module.css b/app/components/calculator.module.css
new file mode 100644
index 0000000..265760d
--- /dev/null
+++ b/app/components/calculator.module.css
@@ -0,0 +1,15 @@
1.form {
2}
3
4.input {
5 border-bottom: solid 1px #eee;
6 box-sizing: border-box;
7 font-size: 3em;
8 margin: 8px 0;
9 padding: 12px 20px;
10 width: 100%;
11}
12
13.input:focus {
14 outline: none;
15}