Polish dataset catalog actions
This commit is contained in:
@@ -1137,14 +1137,47 @@ button.entity-card {
|
||||
margin-top: 0.7rem;
|
||||
}
|
||||
|
||||
.dataset-card .button-row {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
|
||||
.dataset-action-hint {
|
||||
margin: 0.65rem 0 0;
|
||||
color: #36524b;
|
||||
font-size: 0.84rem;
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
.dataset-card .button-row button {
|
||||
.dataset-card .button-row,
|
||||
.dataset-action-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(8.75rem, 1fr));
|
||||
gap: 0.5rem;
|
||||
margin-top: 0.7rem;
|
||||
}
|
||||
|
||||
.dataset-action-button {
|
||||
display: grid;
|
||||
gap: 0.12rem;
|
||||
align-content: center;
|
||||
width: 100%;
|
||||
min-height: 3.25rem;
|
||||
margin-top: 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.dataset-action-button span,
|
||||
.dataset-action-button small {
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.dataset-action-button span {
|
||||
font-weight: 850;
|
||||
}
|
||||
|
||||
.dataset-action-button small {
|
||||
font-size: 0.73rem;
|
||||
font-weight: 750;
|
||||
line-height: 1.2;
|
||||
opacity: 0.78;
|
||||
}
|
||||
|
||||
.button-row {
|
||||
|
||||
Reference in New Issue
Block a user