Sha256: 37ab366b6abe0b494fbbef2f37d69cd58a8a7284b4105040018449e96993ce40

Contents?: true

Size: 1.84 KB

Versions: 2

Compression:

Stored size: 1.84 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 */
}

// .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

2 entries across 2 versions & 1 rubygems

Version Path
thecore_ui_layout_taris_website-1.1.9 app/assets/stylesheets/thecore.scss
thecore_ui_layout_taris_website-1.1.8 app/assets/stylesheets/thecore.scss