@use "../../variables/colors";

@mixin root() {
  color: var(--dso-attachments-counter-color, colors.$grijs-60);
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap; // stylelint-disable-line declaration-property-value-disallowed-list -- Make sure icon is always next to counter
}
