From 32bed273c83f0593187110d2b08a0f9ec5a7efd7 Mon Sep 17 00:00:00 2001 From: Haishan Date: Wed, 1 Jul 2020 22:06:26 +0800 Subject: feat: support rule provider --- src/components/Button.module.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/components/Button.module.css') diff --git a/src/components/Button.module.css b/src/components/Button.module.css index 719a9aa..83da6af 100644 --- a/src/components/Button.module.css +++ b/src/components/Button.module.css @@ -43,6 +43,10 @@ } } +.btn:disabled { + opacity: 0.5; +} + .btnStart { margin-right: 5px; display: inline-flex; -- cgit v1.3.1