Sha256: ceccd38d9889684ceb4cde27a238fa4e38dbd761bda68732c267b9c2aff428bd

Contents?: true

Size: 664 Bytes

Versions: 4

Compression:

Stored size: 664 Bytes

Contents

#index-page {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(/public/img/mongo.png) center center no-repeat transparent;
}

.home-title {
    height: 6em;
    
    img {
        border-radius: 50%;
        margin-top: 1.2em;
    }
}

#results-container {
    padding: 1em 0.5em 0;
    list-style: none;
    
    li {
        margin-bottom: 0.25rem;
        
        &:before {
            content: "ยป";
            margin-right: 0.5em;
        }
        &:hover {
            text-decoration: none;
        }
        a {
            @include set-font($font-family-serif, 1rem, $color-gray-darker);
        }
    }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
krad-3.6.0 _sass/layouts/_home.scss
krad-3.5.2 _sass/layouts/_home.scss
krad-3.5.1 _sass/layouts/_home.scss
krad-3.5.0 _sass/layouts/_home.scss