Sha256: 76b4e15916ebca962cd562c54ac31dd98902becd4418d50815d363ed8c2fc1a2

Contents?: true

Size: 1.25 KB

Versions: 3

Compression:

Stored size: 1.25 KB

Contents

.social-line{
    padding: $padding-base 0;
}

.social-line-big-icons{
    [class*="col-"]{
        border-right: 1px solid $gray-lighter;

        &:last-child{
            border: 0;
        }
    }

    .btn{
        margin: 0;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;

        .fa{
            font-size: 25px;
        }
    }
}

.subscribe-line{
    padding: $padding-base * 2 0;

    .card{
        margin-top: 30px;
    }
    &.subscribe-line-image{
        position: relative;

        background-position: top center;
        background-size: cover;

        .title{
            color: $white-color;
        }
        &:after{
            position: absolute;
            z-index: 1;
            width: 100%;
            height: 100%;
            display: block;
            left: 0;
            top: 0;
            content: "";
            background-color: rgba(0,0,0,.66);
        }

        .container{
            z-index: 2;
            position: relative;
        }
    }
}

.social-line-white,
.subscribe-line-white{
    background-color: $white-color;
}
.social-line-black,
.subscribe-line-black{
    @include radial-gradient(#232323,#585858);

    [class*="col-"]{
        border-color: rgba(255, 255, 255, 0.1);
    }
}

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
action_ui-0.0.1 vendor/assets/stylesheets/mk/mk/sections/_social-subscribe-lines.scss
cre_pro-0.0.1 vendor/assets/stylesheets/mk/mk/sections/_social-subscribe-lines.scss
cre_pro-rails-0.0.1 vendor/assets/stylesheets/mk/mk/sections/_social-subscribe-lines.scss