aboutsummaryrefslogtreecommitdiffstats
path: root/app/components/calculator.module.css
diff options
context:
space:
mode:
authorbndw <ben@bdw.to>2023-04-26 17:49:25 -0700
committerbndw <ben@bdw.to>2023-04-26 17:49:25 -0700
commit8686078ae801fdc15df5a40ee158a43373d37c1c (patch)
treef8807fa764e917c6c4cdd30dcff31aa4bb060da8 /app/components/calculator.module.css
Initial commit
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}