Lets be smarter with modals here...

This commit is contained in:
Dane Everitt
2019-02-16 17:15:56 -08:00
parent b6773b56c1
commit 767e466fd8
5 changed files with 54 additions and 34 deletions

View File

@@ -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 {