Sha256: 2a90d3f47a6ccfb4950c255893d70f9f15dcc3248d300a6010adcd429032a3e9

Contents?: true

Size: 1.87 KB

Versions: 5

Compression:

Stored size: 1.87 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 font-awesome
 *= 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 */
}

// .navbar-brand {
//   padding-top: 12px;
// }
//
// .alert {
//   z-index: 999;
//   position: fixed;
//   border-radius: 0;
//   border: 0;
//   color: #fff;
//   width: 100%;
// }
//
// .alert-info {
//   background-color: #3498db;
// }
//
// .alert-success {
//   background-color: #2ecc71;
// }
//
// .alert-danger {
//   background-color: #e74c3c;
// }

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
thecore_ui_layout_taris_website-1.1.7 app/assets/stylesheets/thecore.scss
thecore_ui_layout_taris_website-1.1.5 app/assets/stylesheets/thecore.scss
thecore_ui_layout_taris_website-1.1.4 app/assets/stylesheets/thecore.scss
thecore_ui_layout_taris_website-1.1.2 app/assets/stylesheets/thecore.scss
thecore_ui_layout_taris_website-1.1.1 app/assets/stylesheets/thecore.scss