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.

16 lines
267 B

3 months ago
  1. @use 'mixins/mixins' as *;
  2. @use 'common/var' as *;
  3. @include b(popconfirm) {
  4. @include e(main) {
  5. display: flex;
  6. align-items: center;
  7. }
  8. @include e(icon) {
  9. margin-right: 5px;
  10. }
  11. @include e(action) {
  12. text-align: right;
  13. margin-top: 8px;
  14. }
  15. }