aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/Button.css
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/components/Button.css')
-rw-r--r--vnext/src/components/Button.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/vnext/src/components/Button.css b/vnext/src/components/Button.css
new file mode 100644
index 00000000..85e3f061
--- /dev/null
+++ b/vnext/src/components/Button.css
@@ -0,0 +1,10 @@
+.Button {
+ background: #fff;
+ font-size: 12px;
+ border: 1px solid #eee;
+ color: #888;
+ cursor: pointer;
+ display: inline-block;
+ margin: 5px;
+ padding: 2px 10px;
+} \ No newline at end of file