mirror of https://github.com/zulip/zulip.git
css: Remove Bootstrap legend CSS.
We inline this into the CSS for the one element where we use it.
This commit is contained in:
parent
1e018f9c23
commit
b67ff652de
|
@ -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;
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue