back-button.less 281 B

1234567891011121314
  1. .back-button{
  2. display: inline-flex;
  3. width: 24px;
  4. height: 24px;
  5. align-items: center;
  6. justify-content: center;
  7. background: var(~'--@{elNamespace}-color-primary-light-9');
  8. border-radius: 50%;
  9. cursor: pointer;
  10. &__icon{
  11. font-size: 12px;
  12. color: @primary;
  13. }
  14. }