2021-05-01 23:10:28 +08:00
|
|
|
.page {
|
|
|
|
@apply flex;
|
|
|
|
}
|
|
|
|
.sidebar {
|
2021-05-02 10:42:38 +08:00
|
|
|
@apply md:w-64 w-32 flex-none;
|
|
|
|
}
|
|
|
|
.primary {
|
|
|
|
@apply flex-auto;
|
|
|
|
@apply bg-gray-100 text-gray-700;
|
|
|
|
.wrapper {
|
|
|
|
@apply mx-auto max-w-screen-xl;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.pageHeader {
|
|
|
|
@apply p-3 bg-gray-50 flex justify-between;
|
2021-05-01 23:10:28 +08:00
|
|
|
}
|