forked from crowetic/commerce
fix nested css
This commit is contained in:
parent
348e914a00
commit
78238c7061
@ -4,9 +4,8 @@
|
|||||||
@screen md {
|
@screen md {
|
||||||
@apply flex-row;
|
@apply flex-row;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.asideWrapper {
|
& .asideWrapper {
|
||||||
@apply pr-3 w-full relative;
|
@apply pr-3 w-full relative;
|
||||||
|
|
||||||
@screen md {
|
@screen md {
|
||||||
@ -14,10 +13,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.aside {
|
& .aside {
|
||||||
@apply flex flex-row w-full justify-around mb-12;
|
@apply flex flex-row w-full justify-around mb-12;
|
||||||
|
|
||||||
@screen md {
|
@screen md {
|
||||||
@apply mb-0 block sticky top-32;
|
@apply mb-0 block sticky top-32;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user