2012-11-28 12:09:54 +01:00
|
|
|
// ===========================================================================
|
|
|
|
// GUIDE.CSS
|
|
|
|
// Styles for the Style Guide
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// ---------------------------------------------------------------------------
|
|
|
|
// IMPORTS
|
|
|
|
|
2013-02-09 04:10:33 +01:00
|
|
|
@charset "utf-8";
|
|
|
|
|
2012-11-28 12:09:54 +01:00
|
|
|
@import "compass";
|
|
|
|
@import "susy";
|
|
|
|
|
2013-02-09 04:10:33 +01:00
|
|
|
@import "dependencies/colors";
|
|
|
|
@import "dependencies/themes";
|
2012-11-28 12:09:54 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// ---------------------------------------------------------------------------
|
2013-02-09 04:10:33 +01:00
|
|
|
// STYLE GUIDE STYLES
|
|
|
|
|
|
|
|
iframe {
|
|
|
|
border: 0;
|
|
|
|
@include box-shadow-both;
|
|
|
|
}
|