diff options
Diffstat (limited to 'src/components/Button.module.css')
| -rw-r--r-- | src/components/Button.module.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |
