fix no license layout styling

This commit is contained in:
John Mitchell 2018-06-12 17:02:26 -04:00
parent 8e944bc097
commit 4a26745daf
No known key found for this signature in database
GPG Key ID: FE6A9B5BD4EB5C94
2 changed files with 5 additions and 1 deletions

View File

@ -193,6 +193,10 @@
+ .at-Layout-main {
padding-left: @at-width-expanded-side-nav;
}
+ .at-Layout-main--noLicense {
padding-left: 0;
}
.at-Layout-sideNavSpacer--first {

View File

@ -94,7 +94,7 @@
system-admin-only="true">
</at-side-nav-item>
</at-side-nav>
<div class="at-Layout-main">
<div class="at-Layout-main" ng-class="{'at-Layout-main--noLicense': vm.licenseIsMissing}">
<div class="at-Layout-content">
<ng-transclude></ng-transclude>
</div>