-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: finished DynamicZone buttons and style
- Loading branch information
Quentin Le Caignec
committed
Aug 27, 2024
1 parent
617f8e0
commit c314a74
Showing
3 changed files
with
34 additions
and
30 deletions.
There are no files selected for viewing
14 changes: 7 additions & 7 deletions
14
packages/haring-react/src/Form/DynamicZone/DynamicZone.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
.container { | ||
/* WIP */ | ||
.buttonsContainer { | ||
border-radius: 0.5rem; | ||
border: 1px dashed black; | ||
} | ||
|
||
.blocksContainer { | ||
} | ||
.buttonsLabel { | ||
&:empty { | ||
display: none; | ||
} | ||
|
||
.buttonsContainer { | ||
/* WIP */ | ||
border: 1px dashed red; | ||
margin-bottom: 10px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters