Adjust object group card sizing
This commit is contained in:
@@ -182,6 +182,7 @@
|
||||
--layout-notifications-text-segment-fixed-height-small: var(--dimension-notifications-text-segment-fixed-height-small);
|
||||
--layout-object-group-card-min-width: var(--dimension-object-group-card-min-width);
|
||||
--layout-object-group-card-max-width: var(--dimension-object-group-card-max-width);
|
||||
--layout-object-group-card-height: var(--dimension-object-group-card-height);
|
||||
--surface-object-card-lower-segment: var(--color-white);
|
||||
--text-company-card-data-negative: var(--chart-value-negative);
|
||||
--text-company-card-moat-neutral: var(--chart-value-neutral);
|
||||
@@ -273,6 +274,7 @@
|
||||
--dimension-object-card-desktop-breakpoint: 768px;
|
||||
--dimension-object-group-card-min-width: 550px;
|
||||
--dimension-object-group-card-max-width: 800px;
|
||||
--dimension-object-group-card-height: 700px;
|
||||
--dimension-input-label-width: 9rem;
|
||||
--dimension-input-field-desktop-width: 400px;
|
||||
--dimension-input-field-max-width: 600px;
|
||||
|
||||
@@ -10,6 +10,13 @@
|
||||
flex: 1 1 var(--layout-object-group-card-min-width);
|
||||
min-width: var(--layout-object-group-card-min-width);
|
||||
max-width: var(--layout-object-group-card-max-width);
|
||||
height: var(--layout-object-group-card-height);
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.sg-object-card[data-pattern="object-group-card"] {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.sg-object-group-card__hint {
|
||||
|
||||
Reference in New Issue
Block a user