Newer
Older
pre-www / src / assets / css / blocks / alert.css
@EcosistemaWebIuav EcosistemaWebIuav on 15 Apr 809 bytes feat: homepage, sitemap, blocco alert,
.block-alert{
    @apply mb-sm lg:mb-base;
    &__inner{
        @apply bg-black pl-1.5 pt-1.5 pr-5 pb-4 text-white inline-flex lg:w-1/2;
        &::before{
            content: '';
            background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 37'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.5 28a9.5 9.5 0 1 0 0-19 9.5 9.5 0 0 0 0 19Zm0 1C24.299 29 29 24.299 29 18.5S24.299 8 18.5 8 8 12.701 8 18.5 12.701 29 18.5 29Z' fill='%23fff'/%3E%3Cpath d='m18.109 21.408-.5-7.574h1.54l-.473 7.574h-.567ZM17.649 24v-1.458h1.459V24H17.65Z' fill='%23fff'/%3E%3C/svg%3E");
            background-size: 36px;
            @apply inline-block bg-no-repeat w-9 h-9 mr-1.5 shrink-0;
        }
        span{
            @apply pt-1.5;
        }
    }
}