Simplify field row / field styles

pull/21833/head
J. Ryan Stinnett 2019-03-06 11:11:24 +00:00
parent 35ee9c9ac7
commit dde36459e6
1 changed files with 2 additions and 3 deletions

View File

@ -78,17 +78,16 @@ limitations under the License.
margin-bottom: 10px;
}
.mx_AuthBody_fieldRow > *,
.mx_AuthBody_fieldRow > .mx_Field {
margin: 0 5px;
flex: 1;
}
.mx_AuthBody_fieldRow > *:first-child {
.mx_AuthBody_fieldRow > .mx_Field:first-child {
margin-left: 0;
}
.mx_AuthBody_fieldRow > *:last-child {
.mx_AuthBody_fieldRow > .mx_Field:last-child {
margin-right: 0;
}