mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Lets be smarter with modals here...
This commit is contained in:
@@ -76,7 +76,7 @@ code {
|
||||
}
|
||||
|
||||
& > div {
|
||||
@apply .flex .flex-col .h-full;
|
||||
@apply .flex .flex-col;
|
||||
transition: box-shadow 150ms ease-in;
|
||||
|
||||
&:hover {
|
||||
@@ -85,7 +85,7 @@ code {
|
||||
}
|
||||
|
||||
& > div > .server-card {
|
||||
@apply .flex .flex-1 .flex-col .p-4 .border .border-t-4 .border-neutral-100 .bg-white;
|
||||
@apply .flex .flex-col .p-4 .border .border-t-4 .border-neutral-100 .bg-white;
|
||||
transition: all 100ms ease-in;
|
||||
|
||||
& .identifier-icon {
|
||||
|
||||
Reference in New Issue
Block a user