Sha256: 43e64e713259e6af86119f46e83a1fe0764ec5f3fc175862c7aaf49c4e5751ae

Contents?: true

Size: 705 Bytes

Versions: 1

Compression:

Stored size: 705 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";
}

#new_user div.actions input.btn.btn-warning {
    width: 100%;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
thecore_ui_rails_admin-2.1.10 app/assets/stylesheets/thecore_ui_rails_admin/common.scss