From f470636a70943a8ecad8bddc791a1c2dddd28e1e Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 4 May 2019 21:13:12 +0300 Subject: Components -> UI --- vnext/src/ui/Input.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vnext/src/ui/Input.css (limited to 'vnext/src/ui/Input.css') diff --git a/vnext/src/ui/Input.css b/vnext/src/ui/Input.css new file mode 100644 index 00000000..dbe55eae --- /dev/null +++ b/vnext/src/ui/Input.css @@ -0,0 +1,8 @@ +.input { + background: #FFF; + border: 1px solid #ccc; + outline: none !important; + padding: 4px; + -webkit-appearance: none; + border-radius: 0; +} -- cgit v1.2.3