Sha256: 578b94a27fea03c0842908e540195f905d010f261cc3f313284f6cf899be62ab

Contents?: true

Size: 950 Bytes

Versions: 3

Compression:

Stored size: 950 Bytes

Contents

.modal {
    .modal-content {
        box-shadow: -8px 12px 18px 0 rgba(25,42,70,.13);
        border: none;
    }
    .modal-full {
        max-width: 94%
    }
    .white {
        color: white;
    }
    .modal-header {
        display:flex;
        justify-content: space-between;
        align-items: center;
        .modal-title {
            font-size: $modal-header-font-size;
        }
        .close {
            padding: 7px 10px;
            border-radius: 50%;
            background:none;
            border: none;
            &:hover {
                background: $gray-300
            }
        }
        i, svg {
            font-size: 12px;
            height: 12px;
            width: 12px;
        }
    }
    .modal-footer {
        padding: $modal-inner-padding;
    }

    &.modal-borderless {
        .modal-header {
            border-bottom: 0;
        }
        .modal-footer {
            border-top: 0;
        }
    }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mazer-rails-0.1.4 vendor/assets/stylesheets/components/_modal.scss
mazer-rails-0.1.3 vendor/assets/stylesheets/components/_modal.scss
mazer-rails-0.1.2 assets/stylesheets/components/_modal.scss