2021-04-07 23:14:51 +08:00
|
|
|
.bg-white {
|
2021-04-13 21:43:10 +08:00
|
|
|
background-color: @component-background !important;
|
2021-04-07 23:14:51 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
html[data-theme='light'] {
|
|
|
|
|
.text-secondary {
|
|
|
|
|
color: rgba(0, 0, 0, 0.45);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-07-21 22:43:47 +08:00
|
|
|
[data-theme='dark'] {
|
2021-04-07 23:14:51 +08:00
|
|
|
.text-secondary {
|
|
|
|
|
color: #8b949e;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-card-grid-hoverable:hover {
|
|
|
|
|
box-shadow: 0 3px 6px -4px rgb(0 0 0 / 48%), 0 6px 16px 0 rgb(0 0 0 / 32%),
|
|
|
|
|
0 9px 28px 8px rgb(0 0 0 / 20%);
|
|
|
|
|
}
|
|
|
|
|
|
2021-04-08 01:03:14 +08:00
|
|
|
.ant-card-grid {
|
|
|
|
|
box-shadow: 1px 0 0 0 #434343, 0 1px 0 0 #434343, 1px 1px 0 0 #434343, 1px 0 0 0 #434343 inset,
|
|
|
|
|
0 1px 0 0 #434343 inset;
|
|
|
|
|
}
|
|
|
|
|
|
2021-04-07 23:14:51 +08:00
|
|
|
.ant-checkbox-checked .ant-checkbox-inner::after {
|
|
|
|
|
border-top: 0;
|
|
|
|
|
border-left: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|