You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
640 B
39 lines
640 B
@import '../../style/themes/index';
|
|
@import '../../style/mixins/index';
|
|
|
|
@popover-prefix-cls: ~'@{ant-prefix}-popover';
|
|
|
|
.@{popover-prefix-cls} {
|
|
&-rtl {
|
|
direction: rtl;
|
|
text-align: right;
|
|
}
|
|
|
|
&-message {
|
|
&-icon {
|
|
.@{popover-prefix-cls}-rtl & {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
}
|
|
|
|
&-title {
|
|
.@{popover-prefix-cls}-rtl & {
|
|
padding-left: @padding-md;
|
|
}
|
|
}
|
|
}
|
|
|
|
&-buttons {
|
|
.@{popover-prefix-cls}-rtl & {
|
|
text-align: left;
|
|
}
|
|
|
|
button {
|
|
.@{popover-prefix-cls}-rtl & {
|
|
margin-right: 8px;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|