Skip to content

Commit

Permalink
fix(draw): drawing popup label changed (#820)
Browse files Browse the repository at this point in the history
* add params to clusterStyle

* fix(*wfs-datasource) use formatOptions config in WFS format creation. issue #645 (#646)

Co-authored-by: Marc-André Trottier <[email protected]>

* to merge master

* fix drawing popup font style

* fix(lint): adding an endline to datasource and wfs services

Co-authored-by: drekss <bovictor123>
Co-authored-by: matrottier <[email protected]>
Co-authored-by: Marc-André Trottier <[email protected]>
  • Loading branch information
3 people authored Mar 15, 2021
1 parent 2a54c62 commit d2227b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/geo/src/lib/draw/draw/draw-popup.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1>{{'igo.geo.draw.dialogTitle' | translate}}</h1>
<p>{{'igo.geo.draw.dialogInstruction' | translate}}</p>
<p class="mat-typography">{{'igo.geo.draw.dialogInstruction' | translate}}</p>
<mat-form-field class="example-full-width">
<input matInput placeholder="{{'igo.geo.draw.dialogTitle' | translate}}" #input (keydown.enter)="onOk$.next(input.value); dialog.close()">
</mat-form-field>
Expand Down
7 changes: 7 additions & 0 deletions packages/geo/src/lib/draw/draw/draw.theming.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,11 @@
font-weight: bold;
font-size: mat-font-size($typography, subheading-2);
}

igo-draw-popup-component {
h1 {
font-size: mat-font-size($typography, display-1);
font-family: Roboto, "Helvetica Neue", sans-serif;
}
}
}

0 comments on commit d2227b9

Please sign in to comment.