index.html 682 B

123456789101112131415161718192021222324252627282930313233
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>HSLayers-NG Field Calculator</title>
  6. <base href="/">
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <link rel="icon" type="image/x-icon" href="favicon.ico">
  9. <style>
  10. ngb-datepicker-navigation-select > .form-select {
  11. height: 2.5rem !important;
  12. }
  13. .ngb-dp-day {
  14. width: 3.3rem !important;
  15. }
  16. .ngb-dp-weekday {
  17. width: 3.1rem !important;
  18. }
  19. .ngb-dp-weekdays {
  20. color: #025797;
  21. font-weight: 200;
  22. max-width: 22rem;
  23. }
  24. </style>
  25. </head>
  26. <body style="margin: 0;">
  27. <application-root></application-root>
  28. </body>
  29. </html>