Sha256: 00db090ff095ab7167fe0026eef026c55f90861d1a44f913186fc7fc72acec1b
Contents?: true
Size: 1.55 KB
Versions: 1
Compression:
Stored size: 1.55 KB
Contents
/* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. * * You're free to add application-wide styles to this file and they'll appear at the bottom of the * compiled file so the styles you add here take precedence over styles defined in any styles * defined in the other CSS/SCSS files in this directory. It is generally better to create a new * file per style scope. * *= required _colors *= require_tree . *= stub rails_admin/custom/theming.scss *= require_self */ @import "jquery-ui"; @import "jquery-ui/dialog"; @import 'bootstrap-sprockets'; @import 'bootstrap'; @import "font-awesome-sprockets"; @import "font-awesome"; @import 'colors'; @import 'mixins'; 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 { // width: 75%; // max-width: 300px; 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
thecore_ui_layout_taris_website-1.2.0 | app/assets/stylesheets/thecore.scss |