You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
557 B
30 lines
557 B
.admin-index {
|
|
@apply gap-4 grid grid-cols-1 lg:grid-cols-2 xl:grid-cols-3;
|
|
//@apply gap-4 lg:columns-2 xl:columns-3 space-y-4;
|
|
|
|
&__block {
|
|
@apply flex flex-col p-4 gap-4 rounded-lg shadow-lg border border-solid border-gray-25 break-inside-avoid-column;
|
|
}
|
|
|
|
.p-menu {
|
|
@apply border-none border-0 m-0 p-0 w-full;
|
|
}
|
|
}
|
|
|
|
.admin-colors {
|
|
&__container {
|
|
@apply flex flex-col md:flex-row mt-6;
|
|
}
|
|
|
|
&__form {
|
|
@apply w-full md:w-3/5;
|
|
}
|
|
|
|
&__form-fields {
|
|
@apply mt-4;
|
|
}
|
|
|
|
&__preview {
|
|
@apply flex w-full md:w-2/5;
|
|
}
|
|
}
|
|
|