import { css } from "@emotion/css"; export const checkboxIconContainer = css` box-sizing: border-box; height: 100%; padding: 2px; position: absolute; width: 100%; svg { height: 100%; width: 100%; } `;