umap-project / umap

uMap lets you create maps with OpenStreetMap layers in a minute and embed them in your site.
https://umap-project.org
Other
1.05k stars 213 forks source link

Feedbacks on the "Import data" panel to rebalance the font sizes #1911

Closed Aurelie-Jallut closed 1 week ago

Aurelie-Jallut commented 1 week ago

Is your feature request related to a problem? Please describe. text hierarchy helps users understand the panel

Describe the solution you'd like

h3 {
  font-size: 1rem;
}

fieldset legend {
  font-size: 0.9rem;
  padding: 0 5px;
}

.panel .counter {
  display: block;
  margin-top: var(--panel-gutter);
  font-weight: normal;
}

h4 {
  font-size: 0.9rem;
}

.importers ul [type="button"] {
  background: none;
    background-color: rgba(0, 0, 0, 0);
  font-size: 0.75rem;
  border: none;
  width: initial;
  display: inline-block; 
}