Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 3596 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
3719 stevensc 1
import { css } from '@emotion/react';
2
 
3
export const rootSelectStyles = css`
4
  label + & {
5
    margin-top: 0;
6
  }
7
  &::before {
8
    content: none !important;
9
  }
10
`;
11
 
12
export const selectSelectStyles = css`
13
  padding: 0;
14
`;