mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
style: nested style for cssinjs in Result (#34401)
* chore: update gitignore * style: nested style
This commit is contained in:
parent
253b43fed3
commit
f7ebd0d55f
2
.gitignore
vendored
2
.gitignore
vendored
@ -67,3 +67,5 @@ __image_snapshots__/
|
||||
/jest-stare
|
||||
/imageSnapshots
|
||||
/imageDiffSnapshots
|
||||
|
||||
.devcontainer*
|
||||
|
@ -42,10 +42,10 @@ const genBaseStyle = (
|
||||
[`${resultCls} ${resultCls}-icon`]: {
|
||||
marginBottom: token.padding * 1.5,
|
||||
textAlign: 'center',
|
||||
},
|
||||
|
||||
[`${resultCls} ${resultCls}-icon > ${dotIconPrefixCls}`]: {
|
||||
fontSize: token.resultIconFontSize,
|
||||
[`& > ${dotIconPrefixCls}`]: {
|
||||
fontSize: token.resultIconFontSize,
|
||||
},
|
||||
},
|
||||
|
||||
[`${resultCls} ${resultCls}-title`]: {
|
||||
@ -73,14 +73,14 @@ const genBaseStyle = (
|
||||
[`${resultCls} ${resultCls}-extra`]: {
|
||||
margin: token.resultExtraMargin,
|
||||
textAlign: 'center',
|
||||
},
|
||||
|
||||
[`${resultCls} ${resultCls}-extra > *`]: {
|
||||
marginInlineEnd: token.paddingXS,
|
||||
},
|
||||
'& > *': {
|
||||
marginInlineEnd: token.paddingXS,
|
||||
|
||||
[`${resultCls} ${resultCls}-extra > *:last-child`]: {
|
||||
marginInlineEnd: 0,
|
||||
'&:last-child': {
|
||||
marginInlineEnd: 0,
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user