add separator above checkbox

This commit is contained in:
John Mitchell 2018-03-07 13:26:47 -05:00
parent 8b10d64d73
commit d9f5eab404
No known key found for this signature in database
GPG Key ID: FE6A9B5BD4EB5C94
2 changed files with 5 additions and 1 deletions

View File

@ -139,3 +139,7 @@
.License-detailsGroup {
margin-bottom: 20px;
}
.License-detailsGroup--withSeparator {
border-top: 1px solid @default-icon-hov;
}

View File

@ -122,7 +122,7 @@
</label>
</div>
</div>
<div class="form-group License-detailsGroup">
<div class="form-group License-detailsGroup License-detailsGroup--withSeparator">
<div class="checkbox">
<label class="License-details--label">
<input type="checkbox" ng-model="newLicense.pendo" ng-disabled="!user_is_superuser" required>