mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-03 00:09:39 +08:00
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;
|
||
|
}
|
||
|
}
|
||
|
}
|