-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c9a30e
commit 19b6712
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
:root { | ||
--eo-table-head-cell-padding: 14px 12px; | ||
--eo-table-head-cell-padding: 14px 16px; | ||
--eo-table-head-cell-height: 51px; | ||
--eo-table-body-cell-padding: 11px 12px; | ||
--eo-table-body-cell-padding: 11px 16px; | ||
--eo-table-body-cell-height: 45px; | ||
} | ||
|
||
html[data-ui="v8-2"] { | ||
--eo-table-head-cell-padding: 9px 12px; | ||
--eo-table-head-cell-padding: 9px 16px; | ||
--eo-table-head-cell-height: 41px; | ||
|
||
eo-next-table[size="large"] { | ||
--eo-table-body-cell-padding: 9px 12px; | ||
--eo-table-body-cell-padding: 9px 16px; | ||
--eo-table-body-cell-height: 45px; | ||
} | ||
|
||
eo-next-table[size="middle"] { | ||
--eo-table-head-cell-padding: 7px 12px; | ||
--eo-table-head-cell-padding: 7px 16px; | ||
--eo-table-head-cell-height: 37px; | ||
--eo-table-body-cell-padding: 6px 12px; | ||
--eo-table-body-cell-padding: 6px 16px; | ||
--eo-table-body-cell-height: 39px; | ||
} | ||
|
||
eo-next-table[size="small"] { | ||
--eo-table-head-cell-padding: 3px 12px; | ||
--eo-table-head-cell-padding: 3px 16px; | ||
--eo-table-head-cell-height: 29px; | ||
--eo-table-body-cell-padding: 1px 12px; | ||
--eo-table-body-cell-padding: 1px 16px; | ||
--eo-table-body-cell-height: 31px; | ||
} | ||
} |