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.
33 lines
570 B
33 lines
570 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 {
|
|
&-title {
|
|
.@{popover-prefix-cls}-rtl & {
|
|
padding-right: @font-size-base + 8px;
|
|
padding-left: @padding-md;
|
|
}
|
|
}
|
|
}
|
|
|
|
&-buttons {
|
|
.@{popover-prefix-cls}-rtl & {
|
|
text-align: left;
|
|
}
|
|
|
|
button {
|
|
.@{popover-prefix-cls}-rtl & {
|
|
margin-right: 8px;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|