ant-design/components/layout/style/light.less
Rongjian Zhang f3869270ae Fix #10142: Add theme props to Layout.Sider (#10631)
* 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
2018-05-23 23:46:28 +08:00

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;
}
}
}