aboutsummaryrefslogtreecommitdiffstats
path: root/app/components/calculator.module.css
blob: 265760d1e4cb41fb6f0bccc0a71cb831481ef932 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.form {
}

.input {
  border-bottom: solid 1px #eee;
  box-sizing: border-box;
  font-size: 3em;
  margin: 8px 0;
  padding: 12px 20px;
  width: 100%;
}

.input:focus {
  outline: none;
}