mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
better core card style
This commit is contained in:
parent
169ada022a
commit
d628cd8327
2 changed files with 6 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -302,8 +302,12 @@
|
|||
@apply fill-green-500;
|
||||
}
|
||||
|
||||
.core-layout-separator {
|
||||
@apply col-span-12
|
||||
}
|
||||
|
||||
.core-card-list {
|
||||
@apply col-span-12 md:col-span-6 w-full overflow-hidden grid grid-cols-12 max-h-100 sm:max-h-125 col-span-12 p-4 relative break-words bg-white shadow-xl dark:bg-slate-850 dark:shadow-dark-xl rounded-2xl bg-clip-border;
|
||||
@apply h-fit content-start col-span-12 md:col-span-6 w-full overflow-hidden grid grid-cols-12 max-h-100 sm:max-h-125 col-span-12 p-4 relative break-words bg-white shadow-xl dark:bg-slate-850 dark:shadow-dark-xl rounded-2xl bg-clip-border;
|
||||
}
|
||||
|
||||
.w-small.core-card-list {
|
||||
|
|
|
|||
Loading…
Reference in a new issue