Skip to content

Commit

Permalink
style: default theme scss sync jdt
Browse files Browse the repository at this point in the history
  • Loading branch information
richard1015 committed Mar 28, 2022
1 parent 50c7fef commit 2ada529
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/packages/styles/variables-jdt.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ $cell-padding: 14px 16px !default;
$cell-line-height: 22px !default;
$cell-after-right: 0 !default;
$cell-after-border-bottom: 2px solid rgba(0, 0, 0, 0.1) !default;
$cell-default-icon-margin: 0 4px 0 0px !default;

// cell-group

Expand Down Expand Up @@ -203,7 +204,7 @@ $numberkeyboard-key-finish-font-size-color: #fff !default;
$numberkeyboard-key-finish-background-color: #1989fa !default;
$numberkeyboard-key-activeFinsh-background-color: #0570db !default;

//countdown
// countdown
$countdown-display: flex !default;
$countdown-color: inherit !default;
$countdown-font-size: initial !default;
Expand Down
2 changes: 1 addition & 1 deletion src/packages/styles/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ $cell-padding: 13px 16px !default;
$cell-line-height: 20px !default;
$cell-after-right: 16px !default;
$cell-after-border-bottom: 2px solid #f5f6f7 !default;
$cell-default-icon-margin: 0 4px 0 0px;
$cell-default-icon-margin: 0 4px 0 0px !default;

// cell-group

Expand Down

0 comments on commit 2ada529

Please sign in to comment.