Skip to content

Commit

Permalink
Style(CSS) Code style edits
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorSvertoka committed Sep 23, 2023
1 parent 49e9f7b commit d882c94
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/css/layout/07-leave.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,17 @@
}

.leave__radio-input {
display: none;
/* display: none; */
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}

.leave__radio-label {
Expand Down

0 comments on commit d882c94

Please sign in to comment.