Commit f7e89cb8 authored by sai.sandeep's avatar sai.sandeep

embedding moved to landing popup

parent 91586697
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
<ngx-annotate-text [(annotations)]="annotations" [removable]="true" [text]="inputData.text" annotationClass="my-annotation" #annotateText> <ngx-annotate-text [(annotations)]="annotations" [removable]="true" [text]="inputData.text" annotationClass="my-annotation" #annotateText>
</ngx-annotate-text> </ngx-annotate-text>
</div> </div>
<div class="embedding-flag" *ngIf="inputData.embedding_flag"><span>*Embedding based match</span></div>
</div> </div>
<div class="row mt-3"> <div class="row mt-3">
<div class="col-12 "> <div class="col-12 ">
......
...@@ -24,11 +24,3 @@ ...@@ -24,11 +24,3 @@
max-height: 4rem; max-height: 4rem;
overflow-y: auto; overflow-y: auto;
} }
.embedding-flag {
font-family: var(--fontFamilyMedium);
color: #0099c9;
font-size: 0.8rem;
float: right;
margin-right: 1rem;
}
\ No newline at end of file
...@@ -29,6 +29,8 @@ ...@@ -29,6 +29,8 @@
<div class="modal-content modal-lg modal-xl"> <div class="modal-content modal-lg modal-xl">
<div class="modal-header"> <div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">View/Edit Tags</h5> <h5 class="modal-title" id="exampleModalLabel">View/Edit Tags</h5>
<div class="embedding-flag" *ngIf="annotateData.embedding_flag"><span>*Embedding based match</span></div>
<button type="button" class="close" aria-label="Close" (click)="d('Cross click');closeTooltip();"> <button type="button" class="close" aria-label="Close" (click)="d('Cross click');closeTooltip();">
<span aria-hidden="true">&times;</span> <span aria-hidden="true">&times;</span>
</button> </button>
......
.embedding-flag {
font-family: var(--fontFamilyMedium);
color: #0099c9;
font-size: 1rem;
margin-right: 6rem;
position: absolute;
right: 1rem;
margin-top: 5px;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment