[CORL-423] Rearrange client files and folder (#2352)

* chore: reorganize account

* chore: reorganize install

* chore: reorganize auth files

* chore: reorganize admin files

* fix: graphql naming

* chore: adapt account routing
This commit is contained in:
Vinh
2019-06-11 15:33:46 +00:00
committed by Wyatt Johnson
parent 05c8f06ed8
commit 3947b143cb
559 changed files with 1691 additions and 1755 deletions
@@ -0,0 +1,15 @@
.bar {
height: calc(6 * var(--mini-unit));
background-color: var(--palette-text-primary);
}
.centered {
max-width: calc(70 * var(--mini-unit));
margin: 10% auto;
padding: 0 calc(0.5 * var(--mini-unit));
box-sizing: border-box;
@media (min-width: $breakpoints-xs) {
max-width: calc(42 * var(--mini-unit));
}
}