mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 20:49:14 +08:00
chore: test antd dark theme component
This commit is contained in:
parent
fde5daa579
commit
8ad5b73016
@ -722,3 +722,5 @@
|
||||
// Upload
|
||||
// ---
|
||||
@upload-actions-color: @text-color-secondary;
|
||||
|
||||
@import './dark.less';
|
||||
|
@ -5,11 +5,9 @@ body {
|
||||
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
color: @site-text-color;
|
||||
font-size: 14px;
|
||||
font-family: @font-family;
|
||||
line-height: 1.5;
|
||||
background: #fff;
|
||||
transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||
}
|
||||
|
||||
@ -20,7 +18,6 @@ a {
|
||||
.main-wrapper {
|
||||
position: relative;
|
||||
padding: 40px 0 0;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.main-container {
|
||||
@ -28,7 +25,6 @@ a {
|
||||
min-height: 500px;
|
||||
padding: 0 170px 144px 64px;
|
||||
overflow: hidden;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.main-menu {
|
||||
|
Loading…
Reference in New Issue
Block a user