HeatTransPlan / frontend /src /components /io /ActionBar.css
drzg15's picture
Initial code commit with LFS for binaries
c993983
.action-bar {
padding: 6px 12px;
}
.ab-status {
font-size: 12px;
color: var(--text-muted);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ab-load-label {
cursor: pointer;
}
.ab-base-select {
font-size: 11px;
padding: 3px 8px;
border: 1px solid var(--border);
border-radius: var(--radius);
background: var(--surface);
}