line height increase
This commit is contained in:
@@ -3540,7 +3540,7 @@ a.field-info > span.fa-info-circle {
|
||||
|
||||
.fas, .far, .fa {
|
||||
font-size: var(--16px);
|
||||
line-height: var(--21px);
|
||||
line-height: var(--line-height-computed);
|
||||
}
|
||||
|
||||
.fas.fa-sm,
|
||||
|
||||
@@ -85,11 +85,11 @@
|
||||
--font-size-large: var(--18px);
|
||||
--font-size-small: var(--12px);
|
||||
|
||||
--line-height-base: 1.5;
|
||||
--line-height-base: 1.571;
|
||||
--line-height-large: 1.3333333;
|
||||
--line-height-small: 1.5;
|
||||
--line-height-small: 1.571;
|
||||
|
||||
--line-height-computed: var(--21px);
|
||||
--line-height-computed: var(--22px);
|
||||
|
||||
--table-cell-padding: var(--8px);
|
||||
--table-cell-less-padding: var(--3px);
|
||||
@@ -130,8 +130,8 @@
|
||||
--popover-arrow-width: var(--10px);
|
||||
|
||||
// @todo Compute by adding font-size, two vertical paddings and two borders?
|
||||
--input-height-base: var(--35px);
|
||||
--input-height-small: var(--29px);
|
||||
--input-height-base: var(--36px);
|
||||
--input-height-small: var(--30px);
|
||||
--input-height-large: var(--46px);
|
||||
|
||||
--grid-column-width-xxsmall: var(--100px);
|
||||
|
||||
Reference in New Issue
Block a user