feat: update less

pull/2710/head^2
tanjinzhou 2020-08-18 17:50:36 +08:00
parent 6b2764c3c8
commit b2d7ace9ff
3 changed files with 7 additions and 5 deletions

@ -1 +1 @@
Subproject commit fce7a2bab42ec55d7cc8b7414336249c3dbf91c5
Subproject commit 98dbdf437a1fbb821db51c5fdbd0e52558b357b0

View File

@ -64,9 +64,9 @@
@heading-2-size: ceil(@font-size-base * 2.14);
@heading-3-size: ceil(@font-size-base * 1.71);
@heading-4-size: ceil(@font-size-base * 1.42);
@line-height-base: 1.5;
@border-radius-base: 4px;
@border-radius-sm: 2px;
@line-height-base: 1.5715;
@border-radius-base: 2px;
@border-radius-sm: @border-radius-base;
// vertical paddings
@padding-lg: 24px; // containers
@ -111,7 +111,7 @@
// Border color
@border-color-base: hsv(0, 0, 85%); // base border outline a component
@border-color-split: hsv(0, 0, 91%); // split border inside a component
@border-color-split: hsv(0, 0, 94%); // split border inside a component
@border-color-inverse: @white;
@border-width-base: 1px; // width of the border for a component
@border-style-base: solid; // style of a components border
@ -445,6 +445,7 @@
// Table
// --
@table-bg: @component-background;
@table-header-bg: @background-color-light;
@table-header-color: @heading-color;
@table-header-sort-bg: @background-color-base;

View File

@ -16,6 +16,7 @@
position: relative;
clear: both;
background: @table-bg;
&-body {
transition: opacity 0.3s;