4
0
forked from crowetic/commerce

fix nested css

This commit is contained in:
Franco Arza 2020-10-26 21:13:58 -03:00
parent 348e914a00
commit 78238c7061

View File

@ -4,20 +4,20 @@
@screen md {
@apply flex-row;
}
}
.asideWrapper {
@apply pr-3 w-full relative;
& .asideWrapper {
@apply pr-3 w-full relative;
@screen md {
@apply w-48;
}
}
.aside {
@apply flex flex-row w-full justify-around mb-12;
@screen md {
@apply mb-0 block sticky top-32;
@screen md {
@apply w-48;
}
}
& .aside {
@apply flex flex-row w-full justify-around mb-12;
@screen md {
@apply mb-0 block sticky top-32;
}
}
}