Sha256: e583b7c52e722a5143de2f3835f5556b1f23055ae8dad4aff683912441553217

Contents?: true

Size: 638 Bytes

Versions: 2

Compression:

Stored size: 638 Bytes

Contents

body {
    height: 100vh;
    // background: linear-gradient(-20deg, #09b7b9 30%, #1c51a4 100%);
    background-color: rgb(59, 78, 89);
}

.jumbotron {
    background-color: rgb(59, 78, 89);
}

.vertical-center {
    min-height: 100%;
    /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh;
    /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

#up-arrow {
    bottom: -2em;
    margin-right: auto;
    margin-left: auto;
    opacity: 0.2;
    filter: alpha(opacity=20);
    /* For IE8 and earlier */
}

.fa-pencil:before,
.icon-pencil:before {
    content: "\f044";
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
thecore_ui_rails_admin-2.1.9 app/assets/stylesheets/thecore_ui_rails_admin/common.scss
thecore_ui_rails_admin-2.1.8 app/assets/stylesheets/thecore_ui_rails_admin/common.scss