diff options
Diffstat (limited to 'vnext/src/components/Input.css')
-rw-r--r-- | vnext/src/components/Input.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vnext/src/components/Input.css b/vnext/src/components/Input.css deleted file mode 100644 index dbe55eae..00000000 --- a/vnext/src/components/Input.css +++ /dev/null @@ -1,8 +0,0 @@ -.input { - background: #FFF; - border: 1px solid #ccc; - outline: none !important; - padding: 4px; - -webkit-appearance: none; - border-radius: 0; -} |