mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 11:59:11 +00:00
fix(design-system): some molecules missed the magic fuckery
This commit is contained in:
parent
eb5355f881
commit
e5c1ecaee5
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
import styled, { css } from 'styled-components';
|
import styled, { css } from 'styled-components';
|
||||||
import { onSmallScreen } from 'roleypoly/src/design-system/atoms/breakpoints';
|
import { onSmallScreen } from 'roleypoly/src/design-system/atoms/breakpoints';
|
||||||
import { palette } from 'roleypoly/src/design-system/atoms/colors';
|
import { palette } from 'roleypoly/src/design-system/atoms/colors';
|
||||||
|
import * as _ from 'styled-components'; // tslint:disable-line:no-duplicate-imports
|
||||||
|
|
||||||
export const Collapse = styled.div<{ preventCollapse: boolean }>`
|
export const Collapse = styled.div<{ preventCollapse: boolean }>`
|
||||||
${(props) =>
|
${(props) =>
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
import { palette } from 'roleypoly/src/design-system/atoms/colors';
|
import { palette } from 'roleypoly/src/design-system/atoms/colors';
|
||||||
import { transitions } from 'roleypoly/src/design-system/atoms/timings';
|
import { transitions } from 'roleypoly/src/design-system/atoms/timings';
|
||||||
|
import * as _ from 'styled-components'; // tslint:disable-line:no-duplicate-imports
|
||||||
|
|
||||||
export const Base = styled.div`
|
export const Base = styled.div`
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|
Loading…
Add table
Reference in a new issue