mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-16 04:22:37 +00:00
style according to designs
This commit is contained in:
parent
f9dd19bbc3
commit
41f0870480
|
@ -138,15 +138,19 @@ $infobox-section-header-background: transparentize($color-links, 0.9);
|
|||
width: 100%;
|
||||
|
||||
.portable-infobox-item-label {
|
||||
@include flex-basis(30%);
|
||||
font-size: inherit;
|
||||
line-height: 26px;
|
||||
@include flex-basis($infobox-width / 3);
|
||||
line-height: 18px;
|
||||
margin-top: inherit;
|
||||
}
|
||||
|
||||
.portable-infobox-item-value {
|
||||
@include flex-basis(70%);
|
||||
vertical-align: top;
|
||||
@include flex-basis($infobox-width * 2 / 3);
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.portable-infobox-item-margins {
|
||||
padding: $infobox-item-margin * 3 $infobox-item-margin * 2 $infobox-item-margin * 3 $infobox-item-margin * 2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue