File: D:/HostingSpaces/SBogers76/deblijdewei.nl/wwwroot/css/style.css.map
{"version":3,"sources":["mixins/_clearfix.sass","style.sass","partials/_buttons.sass","mixins/_respond.sass","partials/_content.sass","partials/_footer.sass","partials/_sidebar.sass"],"names":[],"mappings":"AAaoB;EAChB,aAAa;EACb,eAAe;EACf,YAAY,EAHL;;AAKX;EACE,YAAY,EADN;;ACfR;EACE,uBAAuB,EADtB;;AAGH;EACE,UAAU;EACV,gCAAgC;EAChC,gBAAgB;EAChB,iBAAiB;EACjB,YAAY;EAEZ,sEAAqE;EACrE,uBAAuB,EARnB;;AAUN;EACE,eAAe;EACf,sBAAsB,EAFrB;EAGA;IACC,2BAA2B,EADpB;;ACnBV;EACC,mBAAmB;EACnB,sBAAsB;EACtB,gBAAe;EACf,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;EACpB,YAAY;EAEZ,iBAAiB;EACjB,iBAAiB;EACjB,sBAAsB,EAZd;EAcP;IACC,oBAAoB,EADb;EAGR;IACC,eAAe;IACf,eAAe;IACf,YAAY;IACZ,aAAa;IACb,kBAAkB;IAClB,iBAAiB;IACjB,iBAAiB;IACjB,oBAAoB;IACpB,sBAAsB,EATd;IAWP;MACC,oBAAoB,EADb;IAGR;MACC,YAAY;MACZ,mBAAmB;MACnB,SAAS;MACT,YAAY;MACZ,iBAAiB;MACjB,YAAY;MACZ,aAAa;MACb,mCAAe,EARR;IAUR;MACC,cAAc,EADN;MCvCV;QDuCC;UAIG,eAAe;UACf,iBAAiB,EALX,EAAA;;AExCd;EACE,eAAe;EACf,cAAc;EACd,aAAa;EAEb,iBAAiB,EALF;EDCb;ICDJ;MASI,WAAW;MACX,YAAY;MACZ,iBAAiB,EAXJ,EAAA;;AAajB;EACE,YAAY;EACZ,WAAW;EACX,oBAAoB,EAHZ;EDZN;ICYJ;MAMI,aAAa;MACb,cAAc;MACd,YAAY;MACZ,iBAAiB,EATX,EAAA;;AAWV;EACE,iBAAiB;EACjB,WAAW;EAEX,iBAAiB;EACjB,mBAAmB;EACnB,gBAAgB;EAChB,mBAAmB;EACnB,iBAAiB,EARR;EDvBP;ICuBJ;MAWI,YAAY,EAXL,EAAA;;AAaX;EACE,YAAY,EADN;;AAGR;EACE,YAAY,EADC;EAEb;IACE,eAAe;IACf,YAAY,EAFT;;AAIN;EACC,mBAAmB;EACnB,+BAA+B,EAFpB;;AC/Cb;EACE,iBAAiB;EACjB,YAAY;EACZ,gBAAgB,EAHV;EFEJ;IEFJ;MAMI,mBAAkB;MAClB,iBAAiB,EAPb,EAAA;;ACAR;EACE,aAAa;EACb,WAAW;EACX,mBAAmB,EAHX;EHEN;IGFJ;MAMI,YAAY;MACZ,oBAAoB;MACpB,cAAc;MACd,iBAAiB,EATX,EAAA;EAWL;IACD,gBAAgB,EADR;IHTR;MGSC;QAIC,eAAe;QACf,oBAAoB,EALd,EAAA;EAOV;IACE,eAAe;IACf,oBAAoB;IACpB,YAAY;IACZ,iBAAiB;IACjB,iBAAiB,EALX;EAOR;IACE,eAAe;IACf,oBAAoB,EAFL;IAGd;MACC,eAAe,EADR","file":"style.css","sourcesContent":["// 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/ (adjusted)\n\n%clearfix\n &:after\n content: \" \" // 1\n display: table // 2\n clear: both\n\n.clear\n clear: both\n","@import mixins/clearfix\n@import mixins/respond\n\n*\n box-sizing: border-box\n\nbody\n margin: 0\n font-family: Roboto, sans-serif\n font-size: 14px\n line-height: 1.5\n color: #444\n\n background: url(/images/background.jpg) center center no-repeat fixed\n background-size: cover\n\na\n color: #0000ed\n text-decoration: none\n &:hover\n text-decoration: underline\n\n\n@import partials/buttons\n@import partials/content\n@import partials/footer\n@import partials/sidebar\n\n","a.button\n position: relative\n display: inline-block\n padding: 0 20px\n height: 50px\n line-height: 50px\n border-radius: 8px\n background: #0000ed\n color: #fff\n\n font-weight: 700\n text-align: left\n text-decoration: none\n\n &:hover\n background: #00CA2C\n\n &.donate\n display: block\n margin: 0 auto\n width: 100%\n height: 60px\n line-height: 60px\n max-width: 300px\n font-size: 1.5em\n background: #F15A24\n text-decoration: none\n\n &:hover\n background: #00CA2C\n\n &:after\n content: ''\n position: absolute\n top: 50%\n right: 20px\n margin-top: -9px\n width: 21px\n height: 18px\n background: url(/images/heart.svg)\n\n &.mobile\n display: none\n\n +respond-to(mobile)\n display: block\n margin-top: 30px","=respond-to($media)\n @if $media == mobile\n @media only screen and (max-width: 900px)\n @content\n @if $media == small-mobile\n @media only screen and (max-width: 500px)\n @content","\n.content-holder\n margin: 0 auto\n padding: 40px\n width: 800px\n\n background: #fff\n @extend %clearfix\n\n +respond-to(mobile)\n padding: 0\n width: 100%\n background: none\n\n.content\n float: left\n width: 75%\n padding-right: 80px\n\n +respond-to(mobile)\n float: right\n padding: 40px\n width: 100%\n background: #fff\n\n.streamer\n margin: 1em auto\n width: 60%\n\n font-weight: 300\n font-style: italic\n font-size: 24px\n text-align: center\n line-height: 1.2\n\n +respond-to(mobile)\n width: 100%\n\n.clear\n clear: both\n\n.image-holder\n width: 100%\n img\n display: block\n width: 100%\n\np.highlight\n padding-left: 10px\n border-left: 5px solid #00CA2C\n","footer\n margin-top: 40px\n color: #999\n font-size: 13px\n\n +respond-to(mobile)\n padding: 20px 40px\n background: #fff\n",".sidebar\n float: right\n width: 25%\n text-align: center\n\n +respond-to(mobile)\n width: 100%\n margin-bottom: 50px\n padding: 40px\n background: #fff\n\n img.logo\n max-width: 100%\n\n +respond-to(mobile)\n max-width: 50%\n margin-bottom: 10px\n\n .title\n display: block\n margin-bottom: 30px\n width: 100%\n font-size: 1.4em\n font-weight: 700\n\n .call-to-action\n display: block\n margin-bottom: 10px\n &.error\n color: #ed0000"],"sourceRoot":"/source/"}