aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/Button.css
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-05-04 21:13:12 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commitf470636a70943a8ecad8bddc791a1c2dddd28e1e (patch)
treec43d109d88adbde9a696084070cdd92c6b9a004b /vnext/src/components/Button.css
parent3d7d213e3ddc5bf4f71d536f31677b768aa3b7c0 (diff)
Components -> UI
Diffstat (limited to 'vnext/src/components/Button.css')
-rw-r--r--vnext/src/components/Button.css13
1 files changed, 0 insertions, 13 deletions
diff --git a/vnext/src/components/Button.css b/vnext/src/components/Button.css
deleted file mode 100644
index 2acb87be..00000000
--- a/vnext/src/components/Button.css
+++ /dev/null
@@ -1,13 +0,0 @@
-.Button {
- background: #fff;
- border: 1px solid #eee;
- color: #888;
- cursor: pointer;
- display: inline-block;
- margin: 5px;
- padding: 4px 10px;
-}
-.Button:hover {
- background: #f8f8f8;
- border-bottom: 1px solid #ff339a;
-}