oliverdavies.uk/docs/assets/css/experience.css.map

1 line
34 KiB
Plaintext
Raw Normal View History

2017-07-10 21:28:39 +00:00
{"version":3,"sources":["experience.sass","../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss","../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_variables.scss","_mixins.sass"],"names":[],"mappings":"AAIA;EACI,oBAAsC,EAClB;EAFxB;ICWI,aAAa;IACb,eAAe,EAChB;EDbH;ICeI,YAAY,EACb;;ADZH;EACI,sBAAsB;EACtB,mBAAmB,EAAG;;AAE1B;EACI,eEC4B;EFA5B,uBAAuB,EAAG;;AAE9B;EACI,aAAa;EACb,yBAAyB;EACzB,eAAe,EAQM;EG1BrB;IHeJ;MAKQ,eAAe,EAME,EAAA;EGFrB;IHTJ;MAOQ,eAAe,EAIE,EAAA;EAXzB;IAUQ,aAAa;IACb,YAAY,EAAG;;AAEvB;EACI,iBAAiB,EAAG","file":"experience.css","sourcesContent":["@import '../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/clearfix';\n@import '../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/variables';\n@import 'mixins';\n\n.experience-item {\n margin-bottom: $padding-large-vertical * 3;\n @include clearfix; }\n\n.experience-item-website {\n display: inline-block;\n margin-bottom: 2px; }\n\n.experience-item-role {\n color: $gray-light;\n margin-bottom: .625rem; }\n\n.experience-item-logo {\n float: right;\n margin: 25px 0 1em 1.5em;\n max-width: 25%;\n @include from(500px) {\n max-width: 20%; }\n @include desktop {\n max-width: 15%; }\n\n img {\n height: auto;\n width: 100%; } }\n\n.experience-item-description p:last-of-type {\n margin-bottom: 0; }\n","// Clearfix\n//\n// For modern browsers\n// 1. The space content is one way to avoid an Opera bug when the\n// contenteditable attribute is included anywhere else in the document.\n// Otherwise it causes space to appear at the top and bottom of elements\n// that are clearfixed.\n// 2. The use of `table` rather than `block` is only necessary if using\n// `:before` to contain the top-margins of child elements.\n//\n// Source: http://nicolasgallagher.com/micro-clearfix-hack/\n\n@mixin clearfix() {\n &:before,\n &:after {\n content: \" \"; // 1\n display: table; // 2\n }\n &:after {\n clear: both;\n }\n}\n","$bootstrap-sass-asset-helper: false !default;\n//\n// Variables\n// --------------------------------------------------\n\n\n//== Colors\n//\n//## Gray and brand colors for use across Bootstrap.\n\n$gray-base: #000 !default;\n$gray-darker: lighten($gray-base, 13.5%) !default; // #222\n$gray-dark: lighten($gray-base, 20%) !default; // #333\n$gray: lighten($gray-base, 33.5%) !default; // #555\n$gray-light: lighten($gray-base, 46.7%) !default; // #777\n$gray-lighter: lighten($gray-base, 93.5%) !default; // #eee\n\n$brand-primary: darken(#428bca, 6.5%) !default; // #337ab7\n$brand-success: #5cb85c !default;\n$brand-info: #5bc0de !default;\n$brand-warning: #f0ad4e !default;\n$brand-danger: #d9534f !default;\n\n\n//== Scaffolding\n//\n//## Settings for some of the most global styles.\n\n//** Background color for `<body>`.\n$body-bg: #fff !default;\n//** Global text color on `<body>`.\n$text-color: $gray-dark !default;\n\n//** Global textual link color.\n$link-color: $brand-primary !default;\n//** Link hover color set via `darken()` function.\n$link-hover-color: darken($link-color, 15%) !default;\n//** Link hover decoration.\n$link-hover-decoration: underline !default;\n\n\n//== Typography\n//\n//## Font, line-height, and color for body text, headings, and more.\n\n$font-family-sans-serif: \"Helvetica Neue\", Helvetica, Arial, sans-serif !default;\n$font-family-serif: Georgia, \"Times New Roman\", Times, serif !default;\n//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.\n$font-family-monospace: Menlo, Monaco, Consolas, \"Courier New\", monospace !default;\n$font-family-base: $font-family-sans-serif !default;\n\n$font-size-base: 14px !default;\n$font-size-large: ceil(($font-size-base * 1.25)) !default; // ~18px\n$font-size-small: ceil(($font-size-base * 0.85)) !default; // ~12px\n\n$font-size-h1: f