Cleanup inline styles

This commit is contained in:
mabashian 2019-08-30 10:16:24 -04:00 committed by Ryan Petrello
parent 38a7d62745
commit 04f458c007
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777
3 changed files with 12 additions and 3 deletions

View File

@ -188,3 +188,13 @@
font-weight: 400;
margin-top: 10px;
}
.License-action {
display: flex;
flex-direction: row;
align-content:flex-end;
}
.License-actionError {
flex: 1;
}

View File

@ -181,7 +181,6 @@ export default
});
}).catch((data) => {
Wait('stop');
reset();
$scope.licenseError = data.error;
});
};

View File

@ -176,8 +176,8 @@
</div>
</div>
</div>
<div style="display: flex;flex-direction: row;align-content:flex-end;">
<div style="flex: 1">
<div class="License-action">
<div class="License-actionError">
<span ng-show="success == true" class="License-greenText License-submit--success pull-right" translate>Save successful!</span>
<span ng-show="licenseError" class="License-redText License-submit--failure pull-right" translate>Save unsuccessful - {{licenseError}}</span>
</div>