Add map empty-state dataset actions
This commit is contained in:
@@ -1190,6 +1190,34 @@ button.entity-card {
|
||||
margin-bottom: 0.85rem;
|
||||
}
|
||||
|
||||
.map-empty-action-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
|
||||
gap: 0.55rem;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
.map-empty-action-grid button {
|
||||
display: grid;
|
||||
min-height: 4.2rem;
|
||||
gap: 0.18rem;
|
||||
margin-top: 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.map-empty-action-grid span,
|
||||
.map-empty-action-grid strong {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.map-empty-action-grid span {
|
||||
color: var(--muted);
|
||||
font-size: 0.78rem;
|
||||
font-weight: 650;
|
||||
}
|
||||
|
||||
.export-action-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
|
||||
Reference in New Issue
Block a user