Sha256: 8aa600e03fe6726dcc131ac9bf080e64e48ff30202c473f92a51d0544d8f1d95

Contents?: true

Size: 1.29 KB

Versions: 2

Compression:

Stored size: 1.29 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 vendor/assets/stylesheets of plugins, if any, 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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 */
 
// Settings
@import "settings/variables";

// Vendors
@import 'bootstrap';

// Modules
@import "modules/autocomplete";
@import "modules/blazer";
@import "modules/chosen";
@import "modules/code";
@import "modules/datepicker";
@import "modules/elements";
@import "modules/forms";
@import "modules/icons";
@import "modules/nav";
@import "modules/tables";
@import "modules/toasts";
@import "modules/visibility";

nav.navbar.bg-light {
  border-bottom: 1px solid #CCC;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1);
  margin-bottom:2rem;
}

footer {
  border-top: 1rem solid #0088ce;
  margin-top: 4rem;
  background:rgba(0, 0, 0, 0.8) image-url('aerial_photo.jpg') repeat;
  box-shadow: inset 0 0 0 50vw rgba(0, 0, 0, 0.8);
}

div.container-fluid {
  margin-top: 5rem;
}

.navbar-brand.gbl-admin {
  background: none;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
geoblacklight_admin-0.2.1 app/assets/stylesheets/geoblacklight_admin/_core.scss
geoblacklight_admin-0.1.0 app/assets/stylesheets/geoblacklight_admin/_core.scss