4
0
forked from crowetic/commerce

New Footer

This commit is contained in:
Belen Curcio 2020-10-22 15:35:09 -03:00
parent 4a328a8ae7
commit a7b0d9391a
5 changed files with 6 additions and 5 deletions

View File

@ -1 +1,2 @@
@tailwind screens;
@tailwind utilities; @tailwind utilities;

View File

@ -55,7 +55,7 @@ const UserNav: FC<Props> = ({ className, children, ...props }) => {
<Menu> <Menu>
{({ open }) => ( {({ open }) => (
<> <>
<Menu.Button className="inline-flex justify-center"> <Menu.Button className="inline-flex justify-center rounded-full">
<Avatar /> <Avatar />
</Menu.Button> </Menu.Button>
<DropdownMenu onClose={closeDropdown} open={open} /> <DropdownMenu onClose={closeDropdown} open={open} />

View File

@ -1,5 +1,5 @@
.skeleton { .skeleton {
@apply block rounded; @apply block;
background-image: linear-gradient( background-image: linear-gradient(
270deg, 270deg,
var(--accents-1), var(--accents-1),

View File

@ -43,7 +43,8 @@
"react-swipeable-views": "^0.13.9", "react-swipeable-views": "^0.13.9",
"react-swipeable-views-utils": "^0.14.0-alpha.0", "react-swipeable-views-utils": "^0.14.0-alpha.0",
"react-ticker": "^1.2.2", "react-ticker": "^1.2.2",
"swr": "^0.3.3" "swr": "^0.3.3",
"tailwindcss": "^1.9"
}, },
"devDependencies": { "devDependencies": {
"@graphql-codegen/cli": "^1.17.10", "@graphql-codegen/cli": "^1.17.10",
@ -65,7 +66,6 @@
"postcss-flexbugs-fixes": "^4.2.1", "postcss-flexbugs-fixes": "^4.2.1",
"postcss-preset-env": "^6.7.0", "postcss-preset-env": "^6.7.0",
"prettier": "^2.1.2", "prettier": "^2.1.2",
"tailwindcss": "^1.8.10",
"typescript": "^4.0.3" "typescript": "^4.0.3"
}, },
"resolutions": { "resolutions": {

View File

@ -8017,7 +8017,7 @@ symbol-observable@^1.0.4, symbol-observable@^1.1.0:
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804" resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804"
integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==
tailwindcss@^1.8.10: tailwindcss@^1.9:
version "1.9.5" version "1.9.5"
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.9.5.tgz#3339b790a68bc1f09a8efd8eb94cb05aed5235c2" resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.9.5.tgz#3339b790a68bc1f09a8efd8eb94cb05aed5235c2"
integrity sha512-Je5t1fAfyW333YTpSxF+8uJwbnrkpyBskDtZYgSMMKQbNp6QUhEKJ4g/JIevZjD2Zidz9VxLraEUq/yWOx6nQg== integrity sha512-Je5t1fAfyW333YTpSxF+8uJwbnrkpyBskDtZYgSMMKQbNp6QUhEKJ4g/JIevZjD2Zidz9VxLraEUq/yWOx6nQg==