![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mcoil.corals.io/vendor/binarytorch/larecipe/resources/sass/components/ |
/**************************************/ /************** Alerts ****************/ /**************************************/ .alert { @apply relative bg-primary shadow-lg my-8 p-6 rounded-lg overflow-hidden; transition: box-shadow 0.1s; &:hover { @apply shadow; } &.is-info { @apply bg-info; } &.is-success { @apply bg-success; } &.is-danger { @apply bg-danger; } &.is-warning { @apply bg-warning; } p { @apply pl-8 mb-0 text-white; } .icon { @apply absolute w-16 h-16 opacity-25 font-bold; left: -10px; top: -10px; svg { fill: white; width: 60px; height: 60px; } } }