2022-03-16 19:10:36 +08:00
|
|
|
// @import '../../style/themes/index';
|
|
|
|
// @import '../../style/mixins/index';
|
2020-03-16 15:16:05 +08:00
|
|
|
|
2022-03-16 19:10:36 +08:00
|
|
|
// @typography-prefix-cls: ~'@{ant-prefix}-typography';
|
2020-03-16 15:16:05 +08:00
|
|
|
|
2022-03-16 19:10:36 +08:00
|
|
|
// .@{typography-prefix-cls} {
|
|
|
|
// &-rtl {
|
|
|
|
// direction: rtl;
|
|
|
|
// }
|
2020-03-16 15:16:05 +08:00
|
|
|
|
2022-03-16 19:10:36 +08:00
|
|
|
// // Operation
|
|
|
|
// &-expand,
|
|
|
|
// &-edit,
|
|
|
|
// &-copy {
|
|
|
|
// .@{typography-prefix-cls}-rtl & {
|
|
|
|
// margin-right: 4px;
|
|
|
|
// margin-left: 0;
|
|
|
|
// }
|
|
|
|
// }
|
2020-03-16 15:16:05 +08:00
|
|
|
|
2022-03-16 19:10:36 +08:00
|
|
|
// &-expand {
|
|
|
|
// .@{typography-prefix-cls}-rtl & {
|
|
|
|
// float: left;
|
|
|
|
// }
|
|
|
|
// }
|
2020-05-12 17:58:45 +08:00
|
|
|
|
2022-03-16 19:10:36 +08:00
|
|
|
// // Text input area
|
|
|
|
// &-edit-content {
|
|
|
|
// div& {
|
|
|
|
// &.@{typography-prefix-cls}-rtl {
|
|
|
|
// right: -@input-padding-horizontal - 1px;
|
|
|
|
// left: auto;
|
|
|
|
// }
|
|
|
|
// }
|
2020-03-16 15:16:05 +08:00
|
|
|
|
2022-03-16 19:10:36 +08:00
|
|
|
// &-confirm {
|
|
|
|
// .@{typography-prefix-cls}-rtl & {
|
|
|
|
// right: auto;
|
|
|
|
// left: 10px;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|
2020-03-16 15:16:05 +08:00
|
|
|
|
2022-03-16 19:10:36 +08:00
|
|
|
// // list
|
|
|
|
// ul,
|
|
|
|
// ol {
|
|
|
|
// li {
|
|
|
|
// .@{typography-prefix-cls}-rtl& {
|
|
|
|
// margin: 0 20px 0 0;
|
|
|
|
// padding: 0 4px 0 0;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|