-
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
888ffeb
commit 0343fc8
Showing
3 changed files
with
37 additions
and
3 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
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,22 +1,30 @@ | ||
:root { | ||
--eo-table-head-cell-padding: 14px 12px; | ||
--eo-table-head-cell-height: 51px; | ||
--eo-table-body-cell-padding: 11px 12px; | ||
--eo-table-body-cell-height: 45px; | ||
} | ||
|
||
html[data-ui="v8-2"] { | ||
--eo-table-head-cell-padding: 9px 12px; | ||
--eo-table-head-cell-height: 41px; | ||
|
||
eo-next-table[size="large"] { | ||
--eo-table-body-cell-padding: 11px 12px; | ||
--eo-table-body-cell-padding: 9px 12px; | ||
--eo-table-body-cell-height: 45px; | ||
} | ||
|
||
eo-next-table[size="middle"] { | ||
--eo-table-head-cell-padding: 7px 12px; | ||
--eo-table-body-cell-padding: 8px 12px; | ||
--eo-table-head-cell-height: 37px; | ||
--eo-table-body-cell-padding: 6px 12px; | ||
--eo-table-body-cell-height: 39px; | ||
} | ||
|
||
eo-next-table[size="small"] { | ||
--eo-table-head-cell-padding: 3px 12px; | ||
--eo-table-body-cell-padding: 4px 12px; | ||
--eo-table-head-cell-height: 29px; | ||
--eo-table-body-cell-padding: 1px 12px; | ||
--eo-table-body-cell-height: 31px; | ||
} | ||
} |
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