How to use the olymp-fela.border function in olymp-fela

To help you get started, we’ve selected a few olymp-fela examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github olymp / olymp / packages / athena-gz / blocks / magazin.tsx View on Github external
({ theme }) => ({
    paddingY: theme.space3,
    borderBottom: border(theme, theme.dark4),
    onHover: {
      // backgroundColor: theme.dark5,
    },
    ':last-of-type': {
      marginBottom: theme.space3,
    },
  }),
  'li',
github olymp / olymp / packages / cms-gz / blocks / magazin.es6 View on Github external
({ theme }) => ({
    paddingY: theme.space3,
    borderBottom: border(theme, theme.dark4),
    onHover: {
      // backgroundColor: theme.dark5,
    },
    ':last-of-type': {
      marginBottom: theme.space3,
    },
  }),
  'li',
github olymp / olymp / external / fela / menu / divider.es6 View on Github external
({ theme }) => ({
    width: '100%',
    border: 'none',
    borderTop: border(theme, theme.dark4),
  }),
  'hr',
github olymp / olymp / packages / ui / list / filter.es6 View on Github external
({ theme }) => ({
    padding: theme.space2,
    borderBottom: border(theme, theme.dark5),
    backgroundColor: theme.dark5,
  }),
  p => ,
github olymp / olymp / packages / collection / src / _ol / new / sidebar.js View on Github external
({ theme }) => ({
    backgroundColor: theme.light,
    borderBottom: border(theme),
  }),
  Tabs.TabPane,

olymp-fela

MIT
Latest version published 6 years ago

Package Health Score

43 / 100
Full package analysis

Popular olymp-fela functions

Similar packages