Add the toggle switch for provisioning

This commit is contained in:
Travis Ralston 2019-11-20 20:05:32 -07:00
parent 0a0e952691
commit 3391cc0d90
2 changed files with 25 additions and 0 deletions

View file

@ -27,3 +27,11 @@ limitations under the License.
display: inline-block;
padding-left: 5px;
}
.mx_SetIntegrationManager .mx_ToggleSwitch {
display: inline-block;
float: right;
top: 9px;
@mixin mx_Settings_fullWidthField;
}