diff options
Diffstat (limited to 'src/components/style.css')
| -rw-r--r-- | src/components/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/style.css b/src/components/style.css index b874a57..e6973f0 100644 --- a/src/components/style.css +++ b/src/components/style.css | |||
| @@ -17,6 +17,10 @@ | |||
| 17 | margin-bottom: 1em; | 17 | margin-bottom: 1em; |
| 18 | } | 18 | } |
| 19 | 19 | ||
| 20 | .hidden { | ||
| 21 | display: none; | ||
| 22 | } | ||
| 23 | |||
| 20 | textarea { | 24 | textarea { |
| 21 | background-color: #fff; | 25 | background-color: #fff; |
| 22 | border: solid 1px #ddd; | 26 | border: solid 1px #ddd; |
