mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-27 09:13:14 +10:00
Fix PropertyGroup baseline alignment
This commit is contained in:
parent
1b74d16969
commit
b8e4756b96
1 changed files with 3 additions and 4 deletions
|
|
@ -4,9 +4,8 @@
|
|||
--lineHeight: 24px;
|
||||
--lineThroughTop: calc(var(--lineHeight) - 7px);
|
||||
--lineThroughBottom: calc(var(--lineHeight) - 6px);
|
||||
--lineHeightMobile: 20px;
|
||||
--lineThroughTopMobile: calc(var(--lineHeightMobile) - 5px);
|
||||
--lineThroughBottomMobile: calc(var(--lineHeightMobile) - 4px);
|
||||
--lineThroughTopMobile: calc(var(--lineHeight) - 9px);
|
||||
--lineThroughBottomMobile: calc(var(--lineHeight) - 8px);
|
||||
}
|
||||
|
||||
.root {
|
||||
|
|
@ -22,7 +21,7 @@
|
|||
.item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 2px 0;
|
||||
padding: 3px 0;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
padding: 4px 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue