mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
style(Divider): replace fixed class name with variable (#36271)
This commit is contained in:
parent
f4e5e8ddb5
commit
bf924df874
@ -114,7 +114,7 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ant-divider-inner-text {
|
||||
.@{divider-prefix-cls}-inner-text {
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
@ -128,7 +128,7 @@
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.ant-divider-inner-text {
|
||||
.@{divider-prefix-cls}-inner-text {
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user