Skip to content

Instantly share code, notes, and snippets.

@stefango
Created February 23, 2023 02:33
Show Gist options
  • Save stefango/e0fc9cd387df16cb4b2eeb58bb859d4c to your computer and use it in GitHub Desktop.
Save stefango/e0fc9cd387df16cb4b2eeb58bb859d4c to your computer and use it in GitHub Desktop.
mask
.mask {
:global {
.#{$antd-prefix}-form-item-control {
display: none;
}
.#{$antd-prefix}-form-item-label::after {
content: '**';
display: block;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment