Skip to content

Instantly share code, notes, and snippets.

@dbouwman
Created February 18, 2016 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbouwman/f58e2cc8d25072371c32 to your computer and use it in GitHub Desktop.
Save dbouwman/f58e2cc8d25072371c32 to your computer and use it in GitHub Desktop.
admin namespacing scss
/* Vars that are needed in some of the other imports and
would normally come from calcite, but we are not including it
in this site */
$Calcite_Gray_050: #ffffff; // white
$Calcite_Gray_700: #323232; // 80%, previously Esri_Gray160
/* set the output folder for fonts */
body{
margin:0;
}
//.admin {
@import 'calcite-bootstrap';
$icon-font-path: './fonts/';
$footer-height:50px;
$footer-bg:#CCCCCC;
/* Now bootstrap, */
// @import "opendata-admin-variables";
@import "bootstrap";
@import "opendata-admin-custom";
@import "skip-navigation";
@import "page-editor";
// Components
@import "site-header";
//@import "sticky-footer";
//}
//.layout {
// $primary-font-sanserif: 'Avenir Next W01', 'Avenir Next', 'Avenir';
// $primary-font-serif: 'Kepler W01';
// $primary-headings-weight: 300;
// @import 'calcite/_colors-default';
// @import 'calcite/_variables';
// @import "bootstrap/mixins/_tab-focus";
// @import "bootstrap/mixins/_buttons";
// //
@import "arcgis-pages";
@import "card-canvas";
@import "layout";
@import "map-card";
// }
@import "bootstrap-drawer";
/* SUPER OVERRIDES THAT SHOUD NOT BE NECSSARY */
// .footer {
// position:relative;
// }
.cal-header {
margin-bottom:0px;
}
.subheader-nav {
margin-top:0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment