Remove old FormButton CSS
Signed-off-by: Robin Townsend <robin@robin.town>pull/21833/head
parent
0f84b3dff3
commit
3d7842d696
|
@ -157,12 +157,6 @@ limitations under the License.
|
||||||
.mx_Checkbox {
|
.mx_Checkbox {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_FormButton {
|
|
||||||
min-width: 92px;
|
|
||||||
font-weight: normal;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -200,8 +194,4 @@ limitations under the License.
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_FormButton {
|
|
||||||
padding: 8px 22px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue