delete, add new box

This commit is contained in:
np.w
2020-07-11 03:04:26 -05:00
parent 00dafaff63
commit bd4c259f99
5 changed files with 118 additions and 40 deletions
+11
View File
@@ -0,0 +1,11 @@
form > fieldset > label {
display: flex;
}
form > fieldset {
border: none;
}
.item {
display: none;
}