Skip to content

Commit

Permalink
update event topics design
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyundai committed Jun 4, 2024
1 parent d667d3a commit ed10438
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions blocks/event-topics-component/event-topics-component.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
.event-topics-component h3 {
font-size: var(--type-heading-s-size);
}

.event-topics-component .checkbox-wrapper {
display: flex;
flex-wrap: wrap;
gap: 24px;
}

.event-topics-component .checkbox-wrapper sp-checkbox {
padding: 4px 16px;
border: var(--color-black) 1px solid;
border-radius: 100px;
transition: background-color 0.2s, color 0.2s;
font-weight: 700;
}

.event-topics-component .checkbox-wrapper sp-checkbox:hover {
background-color: var(--color-gray-100);
}

.event-topics-component .checkbox-wrapper sp-checkbox[checked] {
background-color: var(--color-gray-200);

}

0 comments on commit ed10438

Please sign in to comment.