tweaks for fullscreen modal
This commit is contained in:
parent
67211e78c6
commit
cffe3053ce
|
@ -102,7 +102,7 @@ import {FullScreenModalComponent} from '../utils/modal/full-screen-modal/full-sc
|
|||
</div>
|
||||
</div>
|
||||
<fs-modal #fsModal>
|
||||
<div class="uk-height-1-1 uk-padding uk-flex uk-flex-column uk-flex-middle uk-flex-center">
|
||||
<div class="uk-height-viewport uk-padding uk-flex uk-flex-column uk-flex-middle uk-flex-center">
|
||||
<div class="title uk-h2 uk-margin-large-bottom">
|
||||
Find the appropriate repository.
|
||||
</div>
|
||||
|
|
|
@ -7,13 +7,13 @@ declare var UIkit;
|
|||
selector: 'fs-modal',
|
||||
template: `
|
||||
<div #modal_full class="uk-modal-full" uk-modal>
|
||||
<div class="uk-modal-dialog uk-height-1-1">
|
||||
<div class="uk-modal-dialog">
|
||||
<button class="uk-modal-close-full uk-close-large uk-margin-medium-top uk-margin-medium-right" type="button" uk-close></button>
|
||||
<div class="uk-height-1-1">
|
||||
<div class="">
|
||||
<div class="header">
|
||||
<ng-content select="[actions]"></ng-content>
|
||||
</div>
|
||||
<div class="content uk-height-1-1">
|
||||
<div class="content">
|
||||
<ng-content></ng-content>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue