bootstrap: Remove CSS for fieldset element from bootstrap.css.

This commit adds the required bootstrap CSS rules for fieldset
elements to the specific selector in portico_signin.css and
removes the CSS from bootstrap.css.
This commit is contained in:
Sahil Batra
2023-06-16 20:25:48 +05:30
committed by Tim Abbott
parent 0c3076b7d6
commit cbcbfef396
2 changed files with 2 additions and 5 deletions

View File

@@ -898,6 +898,8 @@ button#register_auth_button_gitlab {
& fieldset {
margin: 30px;
padding: 0;
border: 0;
.input-box:last-child {
margin-bottom: 0;

View File

@@ -422,11 +422,6 @@ table {
form {
margin: 0 0 20px;
}
fieldset {
padding: 0;
margin: 0;
border: 0;
}
label,
input,
button {