From 002efa862f5d05312d236f86d88a4747583a73be Mon Sep 17 00:00:00 2001 From: Ildar Gataullin Date: Sat, 28 Sep 2024 11:46:55 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=97=20-=20=D0=9B=D0=B5=D0=BA=D1=86?= =?UTF-8?q?=D0=B8=D1=8F=201=20-=201.=20=D0=9A=D0=BE=D0=BC=D0=BF=D0=BE?= =?UTF-8?q?=D0=BD=D0=B5=D0=BD=D1=82=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03-lection1/01-button/button.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }