Skip to content

Commit

Permalink
ДЗ - Лекция 1 - 1. Компонент кнопки
Browse files Browse the repository at this point in the history
  • Loading branch information
ildarado12 committed Sep 28, 2024
1 parent 98c7864 commit 002efa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 03-lection1/01-button/button.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.button {
width: 189px;
height: 48px;
padding: 15px;
border-radius: 8px;
border: none;
font-family: Roboto;
Expand Down Expand Up @@ -38,7 +38,7 @@
border: 1px solid #212429;
}

:disabled {
.button:disabled {
pointer-events: none;
opacity: 0.5;
}

0 comments on commit 002efa8

Please sign in to comment.