diff options
author | Vitaly Takmazov | 2022-11-06 04:30:51 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | 8c2b2cee1f8701479bafbd69069847e50e8f0d67 (patch) | |
tree | da01fcbc17b705a74cb4b37b1b06d4b30dbaab29 /vnext/src/ui/Button.css | |
parent | 7b14a8f3faf7672f0aefbf93d5c37f62a169b535 (diff) |
webpack -> postcss+esbuild
Diffstat (limited to 'vnext/src/ui/Button.css')
-rw-r--r-- | vnext/src/ui/Button.css | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vnext/src/ui/Button.css b/vnext/src/ui/Button.css deleted file mode 100644 index 539e6d36..00000000 --- a/vnext/src/ui/Button.css +++ /dev/null @@ -1,13 +0,0 @@ -.Button { - background: #fff; - border: 1px solid var(--border-color); - color: #888; - cursor: pointer; - display: inline-block; - margin: 5px; - padding: 4px 10px; -} -.Button:hover { - background: #f8f8f8; - border-bottom: 1px solid #ff339a; -} |