Spamworldpro Mini Shell
Spamworldpro


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/rentpix.corals.io/vendor/swagger-api/swagger-ui/src/style/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/rentpix.corals.io/vendor/swagger-api/swagger-ui/src/style/_errors.scss
.errors-wrapper
{
    margin: 20px;
    padding: 10px 20px;

    animation: scaleUp .5s;

    border: 2px solid $_color-delete;
    border-radius: 4px;
    background: rgba($_color-delete, .1);

    .error-wrapper
    {
        margin: 0 0 10px 0;
    }

    .errors
    {
        h4
        {
            font-size: 14px;

            margin: 0;

            @include text_code();
        }

        small
        {
          color: $errors-wrapper-errors-small-font-color;
        }

        .message
        { 
            white-space: pre-line;
            
            &.thrown
            {
                max-width: 100%;
            }
        }

        .error-line
        {
            text-decoration: underline;
            cursor: pointer;
        }
    }

    hgroup
    {
        display: flex;

        align-items: center;

        h4
        {
            font-size: 20px;

            margin: 0;

            flex: 1;
            @include text_headline();
        }
    }
}


@keyframes scaleUp
{
    0%
    {
        transform: scale(.8);

        opacity: 0;
    }
    100%
    {
        transform: scale(1);

        opacity: 1;
    }
}

Spamworldpro Mini