mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-16 12:35:31 +00:00
DAT-3855, fix spacing for leballess stacked data and labelless horizontal group
This commit is contained in:
parent
3aa93cfc19
commit
2cabb052a1
|
@ -43,8 +43,9 @@ $tabber-background-color: mix($black, $color-buttons, $background-color-mix * 4)
|
|||
}
|
||||
|
||||
&.pi-layout-stacked {
|
||||
.pi-data-value {
|
||||
padding-top: $horizontal-group-label-spacing;
|
||||
.pi-data-label {
|
||||
padding-bottom: $horizontal-group-label-spacing;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -141,12 +142,14 @@ $tabber-background-color: mix($black, $color-buttons, $background-color-mix * 4)
|
|||
}
|
||||
|
||||
.pi-data-label {
|
||||
padding-bottom: $horizontal-group-label-spacing;
|
||||
padding-left: $infobox-side-spacing;
|
||||
padding: $infobox-side-spacing $infobox-side-spacing $horizontal-group-label-spacing;
|
||||
}
|
||||
|
||||
.pi-data-value {
|
||||
padding-left: $infobox-side-spacing;
|
||||
}
|
||||
|
||||
thead + tbody .pi-data-value {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue