Files @ 3d4d5c783972
Branch filter:

Location: CopyleftConf/copyleftconf-website/static/scss/site.scss - annotation

Christopher Neugebauer
First attempt at themeing a bit of the site

// Variables MUST be imported before bootstrap CSS, otherwise nothing gets done.
$icon-font-path: "bootstrap-sass/assets/fonts/bootstrap/";
@import "variables.scss";

// Bootstrap itself
@import "../bootstrap/stylesheets/_bootstrap.scss";

/* @import "bootstrap";
@import "font-awesome"; */

// Account
@import "account.scss";

// Symposion UI components
@import "editor.scss";
@import "symposion-components.scss";
@import "symposion-schedule.scss";

// Site overrides
@import "custom.scss";