Fix margins in private content view
This commit is contained in:
parent
b308e07e1a
commit
7568509b95
|
@ -23,14 +23,14 @@
|
|||
</div>
|
||||
</div>
|
||||
<div *ngIf="isHidden" class="private-data uk-light dark">
|
||||
<div class="uk-section uk-container uk-container-small uk-text-center">
|
||||
<div class="uk-section uk-section-small uk-container uk-container-small uk-text-center">
|
||||
<img src="assets/common-assets/logo-services/monitor/inverted.svg" style="height: 80px;">
|
||||
<h1 class="uk-h4 uk-margin-large-top">Private Content</h1>
|
||||
<div class="uk-text-large">
|
||||
The contents of this dashboard are only visible to invited members.
|
||||
</div>
|
||||
<div class="uk-margin-large-top uk-margin-large-bottom">
|
||||
<icon name="incognito" ratio="9"></icon>
|
||||
<icon name="incognito" ratio="7"></icon>
|
||||
</div>
|
||||
<div class="uk-margin-medium-bottom">
|
||||
<div *ngIf="!user">
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 789a0225faced2d0f37c33c9e35b5827580d9beb
|
||||
Subproject commit e0c45b1065a2456620f8b4774ab27ecc17b0bb87
|
Loading…
Reference in New Issue