2019-09-29 08:41:49 +08:00
|
|
|
@mixin setup-dark-table {
|
2019-10-10 22:38:29 +08:00
|
|
|
$--table-header-background-color: #2b3147 !global;
|
|
|
|
$--table-body-background-color: #1f263e !global;
|
2019-10-11 19:45:19 +08:00
|
|
|
$--table-header-color: $--text-1 !global;
|
|
|
|
$--table-body-color: $--text-2 !global;
|
2019-10-10 22:38:29 +08:00
|
|
|
$--table-row-hover: $--table-header-background-color !global;
|
2019-09-29 08:41:49 +08:00
|
|
|
$--table-box-shadow: 0 3px 20px 6px rgba(0, 0, 0, .2) !global;
|
2019-10-10 18:14:32 +08:00
|
|
|
$--table-border: none !global;
|
2019-09-29 13:56:27 +08:00
|
|
|
//TODO:ui设计深色color
|
|
|
|
$--table-td-border-right: none !global;
|
2019-09-29 08:41:49 +08:00
|
|
|
}
|