remove border around form buttons

This commit is contained in:
2022-12-20 17:38:14 -08:00
parent 4484f7dc8b
commit c1779c9b7f
3 changed files with 4 additions and 12 deletions

View File

@@ -3,16 +3,8 @@
justify-content: center;
}
form > :first-child {
border: solid white 1px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
form > :last-child {
border: solid white 1px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
.fieldset-no-border {
border: none;
}
fieldset {