1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

Merge pull request #26 from muerwre/15-use-cra-or-nextjs

15 use cra or nextjs
This commit is contained in:
muerwre 2020-11-19 17:39:14 +07:00 committed by GitHub
commit a5db18791b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
198 changed files with 6531 additions and 15691 deletions

View file

@ -7,7 +7,7 @@ import { Button } from '~/components/input/Button';
import { Group } from '~/components/containers/Group';
import { Filler } from '~/components/containers/Filler';
import { InputText } from '~/components/input/InputText';
import reject from 'ramda/es/reject';
import { reject } from 'ramda';
import * as AUTH_ACTIONS from '~/redux/auth/actions';
import { ERROR_LITERAL } from '~/constants/errors';
import { ProfileAccounts } from '~/components/profile/ProfileAccounts';

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
$pad_danger: mix($red, $content_bg, 70%);
$pad_usual: mix(white, $content_bg, 10%);