mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-19 00:41:03 +08:00

* Fix #10142: Add `theme` props to `Layout.Sider` * Update documentation of Layout.Sider for new theme props * Fix snapshot tests * Add unit test for sider theme
12 lines
238 B
Plaintext
12 lines
238 B
Plaintext
.@{layout-prefix-cls} {
|
|
&-sider {
|
|
&-light {
|
|
background: @layout-sider-background-light;
|
|
}
|
|
&-light > &-trigger {
|
|
color: @layout-trigger-color-light;
|
|
background: @layout-trigger-background-light;
|
|
}
|
|
}
|
|
}
|