remove border around form buttons
This commit is contained in:
12
css/form.css
12
css/form.css
@@ -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 {
|
||||
|
Reference in New Issue
Block a user