aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/Input.css
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-04-04 15:52:11 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commit7f5b0fcb8dea585c79d23e27b1e21e72456029e5 (patch)
tree2bcc70363eea3d67764a674d0d6f30850a982457 /vnext/src/components/Input.css
parentbd144e40af14a6cb8206b67412d0658257b0c049 (diff)
LoginButton using hooks, Input component
Diffstat (limited to 'vnext/src/components/Input.css')
-rw-r--r--vnext/src/components/Input.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/vnext/src/components/Input.css b/vnext/src/components/Input.css
new file mode 100644
index 00000000..acb878d9
--- /dev/null
+++ b/vnext/src/components/Input.css
@@ -0,0 +1,8 @@
+.input {
+ background: #FFF;
+ border: 1px solid #ccc;
+ outline: none !important;
+ padding: 4px;
+ -webkit-appearance: none;
+ border-radius: 0;
+} \ No newline at end of file