mirror of
https://github.com/vercel/commerce.git
synced 2025-03-14 14:42:31 +00:00
fix nested css
This commit is contained in:
parent
348e914a00
commit
78238c7061
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user