diff --git a/03-lection1/01-button/button.css b/03-lection1/01-button/button.css index 35c72ea..4c5c458 100644 --- a/03-lection1/01-button/button.css +++ b/03-lection1/01-button/button.css @@ -1,6 +1,6 @@ .button { - width: 189px; height: 48px; + padding: 15px; border-radius: 8px; border: none; font-family: Roboto; @@ -38,7 +38,7 @@ border: 1px solid #212429; } -:disabled { +.button:disabled { pointer-events: none; opacity: 0.5; }