aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/Button.css
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-11-22 13:02:55 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:53 +0300
commite6f0888dc7cbecd0fd186b3c3bd70e557a92413c (patch)
treef1d51e578de2e55d56cac5554e2d8e711d0e16bf /vnext/src/components/Button.css
parenta799b4ffe210a77a64117e1437c026bd771e3ac7 (diff)
Component styling in CSS
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