Skip to content

Commit

Permalink
Enhance styling for repeated opening hours
Browse files Browse the repository at this point in the history
- Implemented styles for disabled input fields
- Expanded spacing around checkbox, increased checkbox size, and updated label font style
  • Loading branch information
kasperbirch1 committed Apr 25, 2024
1 parent d6158c6 commit 08f52fc
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,28 @@
padding: 0.5rem;
color: #555;
background-color: #fff;

&:disabled {
background-color: transparent;
}
}

.opening-hours-editor-form__checkbox {
margin-top: 0.75rem;
margin-top: 1.5rem;
margin-bottom: 0.5rem;
display: flex;
gap: 0.5rem;
align-items: center;

input[type="checkbox"] {
width: 25px;
height: 25px;
}

label {
margin: 0;
font-size: 0.8rem;
line-height: 1.25;
}
}

Expand Down

0 comments on commit 08f52fc

Please sign in to comment.