Sha256: 2772cf150440db3e5dd44f6b53003f702fb41af5c328c3ce49677fcc32cd0bea

Contents?: true

Size: 814 Bytes

Versions: 1

Compression:

Stored size: 814 Bytes

Contents

.uniformModal-overlay{
    position:fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.6;
    background: black;
}
.uniformModal{
    position: absolute;
    top: 0;
    width: 100%;
    text-align:center;
    padding: 2em;
}

.uniformModal-container{
    display:inline-block;
    text-align:left;
    position:relative;
    margin: auto;
    background: white;
    border-radius: 0.25em;
    max-width: 90%;
    &.fill{
        width: 90%;
    }
}

.uniformModal-close{
    position: absolute;
    padding: 0.3em;
    top: -2rem;
    right: -2rem;
    font-size:1.5em;
    color: white;
    opacity: 0.5;
    line-height:1;
    cursor: pointer;
    &:hover{
        opacity: 1;
    }
}

.uniformModal-blur{
    filter: blur(4px);
}
body.uniformModal-active{
    background: $gray-dark;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
uniform-ui-1.0 vendor/assets/stylesheets/uniform/components/modal.scss