Sha256: eae55b446c0bc6d66f45d027294ddc223639c8e3b58c782039e97278198325d9

Contents?: true

Size: 831 Bytes

Versions: 1

Compression:

Stored size: 831 Bytes

Contents

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

.jumbotron {
    background-color: $RAbackground;
    color: $RAtext;
}

.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.checkbox:hover {
    color: $RAhighlight
}

#new_user div.actions input.btn {
    width: 100%;
    background-color: $RAelements;
    border-color: $RAborder;
}

Version data entries

1 entries across 1 versions & 1 rubygems

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