css: Remove Bootstrap legend CSS.

We inline this into the CSS for the one element where we use it.
This commit is contained in:
Tim Abbott 2022-08-13 17:36:08 -07:00
parent 1e018f9c23
commit b67ff652de
2 changed files with 8 additions and 15 deletions

View File

@ -927,7 +927,15 @@ button#register_auth_button_gitlab {
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 0;
font-size: 21px;
line-height: 40px;
color: hsla(0, 0%, 0%, 0.2);
border: 0;
border-bottom: 1px solid hsla(0, 0%, 90%, 1);
+ .input-box {
margin-top: 20px;

View File

@ -560,21 +560,6 @@ fieldset {
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: 40px;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
legend small {
font-size: 15px;
color: #999999;
}
label,
input,
button,