BikeBikeBike/app/assets/stylesheets/application.css.scss

50 lines
1.6 KiB
SCSS
Raw Normal View History

2013-04-19 19:14:51 +02:00
/*
2014-07-24 01:45:28 -06:00
*
2014-07-11 19:48:44 -06:00
*/
/*
2013-04-19 19:14:51 +02:00
* 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.
*
*/
2013-04-19 19:51:23 +02:00
2014-07-24 01:45:28 -06:00
@font-face {
2014-07-24 01:47:52 -06:00
font-family: 'FontAwesome';
2014-07-24 01:45:28 -06:00
src: url('/assets/fontawesome-webfont.eot');
src: url('/assets/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
url('/assets/fontawesome-webfont.woff') format('woff'),
url('/assets/fontawesome-webfont.ttf') format('truetype'),
url('/assets/fontawesome-webfont.svg#alte_haas_groteskbold') format('svg');
font-weight: normal;
font-style: normal;
}
2014-07-05 10:27:49 -06:00
@font-face {
2014-07-06 19:02:23 -06:00
font-family: 'AlteHaasGroteskBold';
src: url('/assets/AlteHaasGroteskBold.eot');
src: url('/assets/AlteHaasGroteskBold.eot?#iefix') format('embedded-opentype'),
url('/assets/AlteHaasGroteskBold.woff') format('woff'),
url('/assets/AlteHaasGroteskBold.ttf') format('truetype'),
url('/assets/AlteHaasGroteskBold.svg#alte_haas_groteskbold') format('svg');
font-weight: bold;
2014-07-24 01:45:28 -06:00
font-style: normal;
2014-07-05 10:27:49 -06:00
}
2013-10-27 19:07:56 -06:00
// Libraries
2013-10-26 19:08:31 -06:00
@import "compass";
2014-07-24 01:38:56 -06:00
//@import "font-awesome";
2013-10-27 19:07:56 -06:00
@import "foundation_and_overrides";
// Local settings (also edit foundation_and_overrides.scss to modify global variables)
2014-07-05 10:27:49 -06:00
@import "sass/mixins";
2014-07-27 13:09:40 -06:00
@import "sass/froala_editor";
2013-10-27 19:07:56 -06:00
@import "sass/layout";
@import "sass/typography";
2014-05-04 14:56:18 -06:00
@import "sass/base";