Rev 3596 | AutorÃa | Comparar con el anterior | Ultima modificación | Ver Log |
import { css } from '@emotion/react';export const rootSelectStyles = css`label + & {margin-top: 0;}&::before {content: none !important;}`;export const selectSelectStyles = css`padding: 0;`;