mantis-app
Version:
M.A.N.T.I.S (MongoDB, Analog, Nx, Tailwind CSS, Ionic, Storybook) is not just a CLI tool; it's your passport to a seamless full-stack project launch.
17 lines (14 loc) • 548 B
CSS
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
[type='checkbox'] {
appearance: none;
}
[type='checkbox']:checked {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: 0.6em 0.6em;
background-position: 50%;
}
}