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.

style.module.css 198B

123456789
  1. .btn {
  2. background: url(~@/assets/action.svg) center center no-repeat transparent;
  3. background-size: 16px 16px;
  4. /* mask-image: ; */
  5. }
  6. .panelBorder {
  7. border: 0.5px solid rgba(0, 0, 0, .05);
  8. }