dante2-editor 0.3.6 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/dist/Dante2.js +19801 -32971
  3. data/dist/Dante2.min.js +6 -15
  4. data/dist/Dante2.min.js.map +1 -1
  5. data/dist/DanteStyles.css +1 -1
  6. data/dist/DanteStyles.js +6 -6
  7. data/dist/DanteStyles.min.js +1 -1
  8. data/dist/DanteStyles.min.js.map +1 -1
  9. data/dist/dante-vendors.js +10602 -28851
  10. data/dist/dante-vendors.min.js +6 -15
  11. data/dist/dante-vendors.min.js.map +1 -1
  12. data/dist/fonts/dante.svg +1 -0
  13. data/docs/app.js +10 -10
  14. data/docs/app.js.map +1 -1
  15. data/docs/dante-vendors.js +16906 -31387
  16. data/docs/dante-vendors.js.map +1 -1
  17. data/docs/dante.css +168 -0
  18. data/docs/dante.css.map +1 -1
  19. data/docs/dante.js +1593 -179
  20. data/docs/dante.js.map +1 -1
  21. data/docs/fonts/dante.svg +1 -0
  22. data/package.json +15 -13
  23. data/rb_lib/dante2-editor/version.rb +1 -1
  24. data/src/components/{dante.js → core/dante.js} +12 -20
  25. data/src/components/{debug.js → core/debug.js} +0 -0
  26. data/src/components/{dante_editor.js → core/editor.js} +50 -42
  27. data/src/components/decorators/link.js +2 -1
  28. data/src/components/init.js +8 -0
  29. data/src/components/popovers/addButton.js +7 -0
  30. data/src/components/popovers/toolTip.js +15 -5
  31. data/src/index.js +4 -3
  32. data/src/styles/custom.css +189 -0
  33. data/src/styles/dante/_icons.scss +3 -1
  34. data/src/styles/dante.scss +2 -0
  35. data/src/styles/draft.css +5 -0
  36. data/src/styles/fonts/dante/dante.svg +1 -0
  37. data/src/utils/find_entities.js +3 -2
  38. data/src/utils/html2content.js +3 -1
  39. data/webpack/base.config.js +2 -2
  40. data/yarn.lock +1781 -1362
  41. metadata +7 -6
  42. data/src/components/wrapper.js +0 -0
data/dist/DanteStyles.css CHANGED
@@ -1,2 +1,2 @@
1
- @import url(//fonts.googleapis.com/css?family=Merriweather:400,700,400italic,700italic|Open+Sans:400,300,800);@keyframes spinner{to{transform:rotate(1turn)}}@-webkit-keyframes spinner{to{-webkit-transform:rotate(1turn)}}.dante--spinner{min-width:24px;min-height:24px}.dante--spinner:before{content:"Loading\2026";position:absolute;top:50%;left:50%;width:16px;height:16px;margin-top:-10px;margin-left:-10px}.dante--spinner:not(:required):before{content:"";border-radius:50%;border:2px solid rgba(0,0,0,.3);border-top-color:rgba(0,0,0,.6);animation:spinner .6s linear infinite;-webkit-animation:spinner .6s linear infinite}.hidden{display:none!important}.notesSource{padding:0;margin:0;position:relative;color:rgba(0,0,0,.8);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-font-feature-settings:liga on}.notesSource *,.notesSource :after,.notesSource :before{box-sizing:border-box}.dante-paste{display:none}@font-face{font-family:dante;src:url(fonts/fontello.eot);src:url(fonts/fontello.eot?#iefix) format("embedded-opentype"),url(fonts/fontello.woff) format("woff"),url(fonts/fontello.ttf) format("truetype"),url(fonts/fontello.svg#fontello) format("svg");font-weight:400;font-style:normal}@font-face{font-family:dante-tooltip;src:url(fonts/dante.eot);src:url(fonts/dante.eot?#iefix) format("embedded-opentype"),url(fonts/dante.woff) format("woff"),url(fonts/dante.ttf) format("truetype"),url(fonts/dante.svg#dante) format("svg");font-weight:400;font-style:normal}@-webkit-keyframes pop-upwards{0%{-webkit-transform:matrix(.97,0,0,1,0,12);transform:matrix(.97,0,0,1,0,12);opacity:0}20%{-webkit-transform:matrix(.99,0,0,1,0,2);transform:matrix(.99,0,0,1,0,2);opacity:.7}40%{-webkit-transform:matrix(1,0,0,1,0,-1);transform:matrix(1,0,0,1,0,-1);opacity:1}70%{-webkit-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0);opacity:1}to{-webkit-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0);opacity:1}}@keyframes pop-upward{0%{-webkit-transform:matrix(.97,0,0,1,0,12);transform:matrix(.97,0,0,1,0,12);opacity:0}20%{-webkit-transform:matrix(.99,0,0,1,0,2);transform:matrix(.99,0,0,1,0,2);opacity:.7}40%{-webkit-transform:matrix(1,0,0,1,0,-1);transform:matrix(1,0,0,1,0,-1);opacity:1}70%{-webkit-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0);opacity:1}to{-webkit-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0);opacity:1}}.postArticle{position:relative;-webkit-transform:translateZ(0);transform:translateZ(0)}.postArticle .layoutSingleColumn{width:700px;margin-left:auto;margin-right:auto}@media (max-width:800px){.postArticle .layoutSingleColumn{width:640px}}@media (max-width:680px){.postArticle .layoutSingleColumn{width:auto;margin-left:20px;margin-right:20px}}.postWrapper,.postWrapper-inner{position:relative;*zoom:1}.postWrapper-inner:after,.postWrapper-inner:before,.postWrapper:after,.postWrapper:before{content:" ";display:table}.postWrapper-inner:after,.postWrapper:after{clear:both}.postWrapper{overflow:hidden}.is-postEditMode .postWrapper{display:none}.is-postEditModeInitialized .postWrapper{display:block}.postContent{font-family:freight-text-pro,Merriweather,Georgia,Cambria,Times New Roman,Times,serif;letter-spacing:.01rem;font-weight:400;font-style:normal;font-size:18px;line-height:1.9}.postField,.postField:focus{outline:0;word-break:break-word;word-wrap:break-word}.postField--body{*zoom:1;margin-bottom:30px}.postField--body:after,.postField--body:before{content:" ";display:table}.postField--body:after{clear:both}.section--last{padding-bottom:5px}.section-content{*zoom:1}.section-content:after,.section-content:before{content:" ";display:table}.section-content:after{clear:both}.section-inner{position:relative}.dante-icon:before{display:inline-block;font-family:dante;font-style:normal;font-variant:normal;font-weight:400;line-height:1em;text-align:center;text-decoration:inherit;text-transform:none}.dante-icon-h2:before{content:"H1"}.dante-icon-h3:before{content:"H2"}.dante-icon-h4:before{content:"H3"}.dante-icon-p:before{content:"P"}.dante-icon-code:before{content:"\E816"}.dante-icon-insertorderedlist:before{content:"\E803"}.dante-icon-insertunorderedlist:before{content:"\E802"}.dante-icon-inserthorizontalrule:before{content:"\E818"}.dante-icon-indent:before{content:"\E801"}.dante-icon-outdent:before{content:"\E800"}.dante-icon-bold:before{content:"\E805"}.dante-icon-italic:before{content:"\E806"}.dante-icon-underline:before{content:"\E804"}.dante-icon-createlink:before{content:"\E810"}.dante-icon-blockquote:before{content:"\E814"}.dante-icon-h2:before,.dante-icon-h3:before,.dante-icon-h4:before{font-weight:700}.tooltip-icon:before{font-family:dante-tooltip;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dante-icon-image-center:before{content:"\E900"}.dante-icon-image-fill:before{content:"\E901"}.dante-icon-image-left:before{content:"\E902"}.dante-icon-image-wide:before{content:"\E903"}.dante-icon-video:before{content:"\E600"}.dante-icon-image:before{content:"\E601"}.dante-icon-plus:before{content:"\E602"}.dante-icon-embed:before{content:"\E603"}.dante-menu{position:absolute;visibility:hidden;z-index:1000;-webkit-transition:none;transition:none;display:none;top:0;left:0;display:block;white-space:nowrap;height:42px;background:#333;color:#fff;border:0;border-radius:5px;box-shadow:1px 2px 3px -2px #222}.dante-menu:after{content:"";height:0;width:0;position:absolute;left:50%;pointer-events:none;border:8px solid transparent;margin-left:-4px;border-top-color:#333;bottom:-15px}.dante-menu--active{display:inline-block;visibility:visible;-webkit-animation:pop-upwards .18s forwards linear;animation:pop-upwards .18s forwards linear}.dante-menu--linkmode .dante-menu-buttons{visibility:hidden}.dante-menu--linkmode .dante-menu-linkinput{display:block}.dante-menu--linkmode .dante-menu-input{-webkit-animation:pop-upwards .18s forwards linear;animation:pop-upwards .18s forwards linear}.dante-menu-buttons{list-style:none;margin:0;padding:0;line-height:0}.dante-menu-divider{width:1px;height:24px;margin:9px 2px;background:hsla(0,0%,100%,.2);cursor:default}.dante-menu-button,.dante-menu-divider{display:inline-block;overflow:hidden;line-height:42px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dante-menu-button{min-width:20px;padding-left:10px;padding-right:10px;text-align:center;color:#fff;cursor:pointer;font-size:16px}.dante-menu-button.active{color:#5bd974}.dante-menu-button:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px;padding-left:18px}.dante-menu-button:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px;padding-right:18px}.dante-menu-button--disabled{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important;opacity:.3}.dante-menu-linkinput{display:none;left:0;bottom:0}.dante-menu-linkinput,.dante-menu-linkinput .dante-menu-button{position:absolute;top:0;right:0}.dante-menu-input{position:absolute;top:0;left:0;background:transparent;width:100%;padding:13px 40px 13px 10px;color:#fff;border:none;outline:none;font-size:14px;box-sizing:border-box;border-radius:5px;appearance:none;text-align:left;font-family:jaf-bernino-sans,Open Sans,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;letter-spacing:.01rem;font-weight:400;font-style:normal;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-font-feature-settings:"liga" on}.inlineTooltip{position:absolute;z-index:900;width:32px;height:32px;-webkit-transition:opacity .1s,width 0 linear .25s;transition:opacity .1s,width 0 linear .25s;padding:0;font-size:0;opacity:0;pointer-events:none}.inlineTooltip.is-active{opacity:1;pointer-events:auto}.inlineTooltip.is-scaled{-webkit-transition-delay:0;transition-delay:0;width:auto}.inlineTooltip-menu{display:inline-block;margin-left:54px}.inlineTooltip-button{background-color:#fff;float:left;margin-right:9px;display:inline-block;position:relative;outline:0;padding:0;vertical-align:bottom;box-sizing:border-box;border-radius:999em;cursor:pointer;font-size:14px;text-decoration:none;font-family:jaf-bernino-sans,Open Sans,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;letter-spacing:-.02em;font-weight:400;font-style:normal;white-space:nowrap;text-rendering:auto;text-align:center;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-font-feature-settings:"liga" on;width:32px;height:32px;line-height:32px;-webkit-transition:border-color .1s,color .1s;transition:border-color .1s,color .1s;border:1px solid;border-color:rgba(0,0,0,.44);color:rgba(0,0,0,.44)}.inlineTooltip-button:hover{border-color:rgba(0,0,0,.9);color:rgba(0,0,0,.9)}.inlineTooltip-button.scale{-webkit-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .1s,border-color .1s,color .1s;transition:transform .1s,border-color .1s,color .1s}.is-scaled .inlineTooltip-button.scale{-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .25s,border-color .1s,color .1s;transition:transform .25s,border-color .1s,color .1s}.inlineTooltip-button.scale:nth-child(11){-webkit-transition-delay:.3s;transition-delay:.3s}.inlineTooltip-button.scale:nth-child(10){-webkit-transition-delay:.27s;transition-delay:.27s}.inlineTooltip-button.scale:nth-child(9){-webkit-transition-delay:.24s;transition-delay:.24s}.inlineTooltip-button.scale:nth-child(8){-webkit-transition-delay:.21s;transition-delay:.21s}.inlineTooltip-button.scale:nth-child(7){-webkit-transition-delay:.18s;transition-delay:.18s}.inlineTooltip-button.scale:nth-child(6){-webkit-transition-delay:.15s;transition-delay:.15s}.inlineTooltip-button.scale:nth-child(5){-webkit-transition-delay:.12s;transition-delay:.12s}.inlineTooltip-button.scale:nth-child(4){-webkit-transition-delay:90ms;transition-delay:90ms}.inlineTooltip-button.scale:nth-child(3){-webkit-transition-delay:60ms;transition-delay:60ms}.inlineTooltip-button.scale:nth-child(2){-webkit-transition-delay:30ms;transition-delay:30ms}.inlineTooltip-button.control{display:block;position:absolute;margin-right:22px;-webkit-transition:-webkit-transform .1s,border-color .1s,color .1s;transition:transform .1s,border-color .1s,color .1s;-webkit-transform:rotate(0);transform:rotate(0)}.is-scaled .inlineTooltip-button.control{-webkit-transition:-webkit-transform .25s,border-color .1s,color .1s;transition:transform .25s,border-color .1s,color .1s;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-color:rgba(0,0,0,.9);color:rgba(0,0,0,.9)}.dante-popover{overflow:hidden;position:absolute;z-index:900;visibility:visible;font-size:12px;text-align:center;pointer-events:auto;padding:15px;font-family:Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;letter-spacing:-.02em;font-weight:400;font-style:normal;line-height:1.4;opacity:0}.dante-popover.is-active{opacity:1}.dante-popover .popover-inner{background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.25),0 0 1px rgba(0,0,0,.35)}.popover-inner{position:relative;max-width:300px;border-radius:5px;padding:8px}.popover-inner a{color:inherit;text-decoration:none}.popover--tooltip{pointer-events:none}.popover--tooltip .popover-inner{background:#333;border-radius:4px;color:#fff}.popover--Linktooltip{pointer-events:auto;z-index:300;word-break:break-word;word-wrap:break-word}.popover--Linktooltip .popover-inner{padding:8px 10px;font-size:12px}.popover--Aligntooltip .popover-inner{padding:0;background:#333;color:#fff}.popover--typeahead .popover-inner{position:relative;padding:14px;border-radius:4px}.popover--typeahead .popover-inner ul{padding-left:0}.popover.popover--maxWidth360 .popover-inner{max-width:360px}.popover:not(.popover--flexible) .popover-inner{max-width:280px}.popover-arrow{position:absolute}.popover-arrow:after{background-color:#333}.popover--bottom .popover-arrow,.popover--top .popover-arrow{left:50%;margin-left:-6px}.popover--left .popover-arrow,.popover--right .popover-arrow{top:50%;margin-top:-6px}.popover--right .popover-arrow{left:1px}.popover--bottom .popover-arrow{top:1px}.popover--left .popover-arrow{right:1px}.popover-arrow:after{content:"";display:block;width:12px;height:12px}.popover--top .popover-arrow:after{-webkit-transform:rotate(45deg) translate(-5px,-5px);transform:rotate(45deg) translate(-5px,-5px);box-shadow:1px 1px 1px -1px #333}.popover--right .popover-arrow:after{-webkit-transform:rotate(45deg) translate(6px,-6px);transform:rotate(45deg) translate(6px,-6px);box-shadow:-1px 1px 1px -1px #333}.popover--bottom .popover-arrow:after{-webkit-transform:rotate(45deg) translate(6px,6px);transform:rotate(45deg) translate(6px,6px);box-shadow:-1px -1px 1px -1px #333}.popover--left .popover-arrow:after{-webkit-transform:rotate(45deg) translate(-6px,6px);transform:rotate(45deg) translate(-6px,6px);box-shadow:1px -1px 1px -1px #333}.graf--blockquote,.graf--figure,.graf--h2,.graf--h3,.graf--h4,.graf--h5,.graf--h6,.graf--h7,.graf--p,.graf--pre,.graf--pullquote,.postList{margin:0}.graf--blockquote,.graf--p,.graf--pullquote,.postList{margin-bottom:30px}.graf--code{line-height:1em}.graf--p.dante--spinner{position:relative}.graf--h2{font-family:jaf-bernino-sans,Open Sans,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;font-size:60px;font-style:normal;font-weight:700;letter-spacing:-.04em;line-height:1;margin-bottom:8px;margin-left:-3px;margin-top:40px;padding-top:0}.graf--h3{font-weight:700;font-size:36px;margin-left:-1.8px;margin-bottom:4px}.graf--h3,.graf--h4{font-family:jaf-bernino-sans,Open Sans,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;letter-spacing:-.02em;font-style:normal;line-height:1.2;margin-top:40px}.graf--h4{font-weight:300;font-size:30px;margin-left:-1.5px;color:rgba(0,0,0,.44);margin-bottom:2px}.section--first .graf--h2.graf--first,.section--first .graf--h3.graf--first,.section--first .graf--h4.graf--first{margin-top:0;padding-top:0}.graf--h2+.graf--h2{margin-top:-8px}.graf--h2+.graf--h3,.graf--h2+.graf--h4{margin-top:-6px}.graf--h3+.graf--h2,.graf--h4+.graf--h2{margin-top:2px}.graf--h3+.graf--h4,.graf--h4+.graf--h3{margin-top:-2px}.graf--h2+.postList,.graf--h3+.postList,.graf--h4+.postList{margin-top:10px}.graf--h2+.graf--p.graf--empty,.graf--h3+.graf--p.graf--empty,.graf--h4+.graf--p.graf--empty{margin-bottom:-7px;margin-top:-7px}.graf--h2+.graf--p.graf--empty+.graf--h2,.graf--h3+.graf--p.graf--empty+.graf--h2,.graf--h4+.graf--p.graf--empty+.graf--h2{margin-top:-5px}.graf--h2+.graf--p.graf--empty+.graf--h3,.graf--h2+.graf--p.graf--empty+.graf--h4,.graf--h3+.graf--p.graf--empty+.graf--h3,.graf--h3+.graf--p.graf--empty+.graf--h4,.graf--h4+.graf--p.graf--empty+.graf--h3,.graf--h4+.graf--p.graf--empty+.graf--h4{margin-top:-8px}.graf--blockquote,blockquote{font-family:freight-text-pro,Merriweather,Georgia,Cambria,Times New Roman,Times,serif;border-left:3px solid rgba(0,0,0,.8);font-style:italic;font-weight:400;letter-spacing:.01rem;margin-left:-23px;padding-bottom:3px;padding-left:20px}.graf--blockquote+.graf--blockquote,blockquote+blockquote{margin-top:-30px;padding-top:30px}.graf--pullquote{line-height:1.4;text-align:center;font-size:32px;margin:48px -160px;border:none;padding:0;font-family:freight-text-pro,Merriweather,Georgia,Cambria,Times New Roman,Times,serif;letter-spacing:.01rem;font-weight:400;font-style:italic;-webkit-transition:margin .1s;transition:margin .1s}.graf--pre,.public-DraftStyleDefault-pre{background:none repeat scroll 0 0 rgba(0,0,0,.05);font-family:Menlo,Monaco,Consolas,Courier New,Courier,monospace;font-size:16px;margin-bottom:20px;padding:20px;white-space:pre-wrap}.graf--pre+.graf--pre{margin-top:-20px}.graf--figure{box-sizing:border-box;clear:both;margin-bottom:30px;outline:medium none;position:relative}.graf--figure.is-mediaFocused .graf-image,.graf--figure.is-mediaFocused iframe{box-shadow:0 0 0 3px #57ad68}.graf--mixtapeEmbed a{text-decoration:none}.graf--h2+.graf--figure,.graf--h3+.graf--figure,.graf--h4+.graf--figure{margin-top:15px}.graf--first{margin-top:0;padding-top:0}.graf--blockquote[data-align=center],.graf--h2[data-align=center],.graf--h3[data-align=center],.graf--h4[data-align=center],p[data-align=center]{text-align:center}.graf--sectionCaption,.markup--anchor{cursor:text}.markup--anchor{text-decoration:underline;color:inherit}@media (max-width:500px){.graf--h2{font-size:36px;line-height:1.1;padding-top:12px;margin-bottom:6px}.graf--h3{font-size:26px;margin-bottom:4px}.graf--h3,.graf--h4{line-height:1.2;margin-top:18px}.graf--h4{font-size:24px;margin-bottom:2px}}.aspectRatioPlaceholder{margin:0 auto;position:relative;width:100%}.is-postEditMode .graf-image:before,.is-postEditMode .iframeContainer:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:500}.aspectRatioPlaceholder.is-locked .graf-image,.aspectRatioPlaceholder.is-locked .graf-imageAnchor{height:100%;left:0;position:absolute;top:0;width:100%}.graf-image,.graf-imageAnchor,.iframeContainer,.iframeContainer>iframe{box-sizing:border-box;display:block;margin:auto;max-width:100%}.imageCaption{top:0;text-align:center;margin-top:0;font-family:jaf-bernino-sans,Open Sans,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;letter-spacing:0;font-weight:400;font-size:13px;line-height:1.4;color:rgba(0,0,0,.6);outline:0;z-index:300;margin-top:10px;position:relative}.imageCaption .danteDefaultPlaceholder{margin-bottom:-18px!important;display:block}div[contenteditable=false] .danteDefaultPlaceholder{display:none}@media (max-width:1200px){.imageCaption,.postField--outsetCenterImage>.imageCaption{position:relative;width:100%;text-align:center;left:0;margin-top:10px}}figure.graf--layoutOutsetLeft .imageCaption,figure.graf--layoutOutsetLeft .postField--outsetCenterImage>.imageCaption{position:relative;width:100%;text-align:center;left:0;margin-top:10px}.graf--sectionCaption.is-defaultValue,figure.is-defaultValue .imageCaption{display:none}.graf--figure.is-defaultValue.is-selected .imageCaption,.graf--figure.is-mediaFocused .imageCaption,.graf--sectionCaption.is-defaultValue.is-selected,section.is-mediaFocused .graf--sectionCaption{display:block}.editable .graf--sectionCaption,.editable .markup--anchor{cursor:text}.is-postEditMode iframe{border:3px solid hsla(0,0%,100%,0)}.graf--mixtapeEmbed{border:1px solid rgba(0,0,0,.15);border-radius:5px;box-sizing:border-box;color:rgba(0,0,0,.6);font-family:jaf-bernino-sans,Open Sans,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;font-size:12px;font-style:normal;font-weight:300;letter-spacing:-.02em;margin-bottom:40px;margin-top:40px;max-height:310px;max-width:700px;overflow:hidden;padding:30px;position:relative}.mixtapeImage{background-position:50%;background-repeat:no-repeat;background-size:cover;float:right;height:310px;margin:-30px -30px 0 25px;width:310px}.mixtapeImage--empty{height:0;width:0}.graf--mixtapeEmbed{color:rgba(0,0,0,.6);font-size:12px}.graf--mixtapeEmbed,.markup--mixtapeEmbed-strong{font-family:jaf-bernino-sans,Open Sans,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;font-style:normal;font-weight:300;letter-spacing:-.02em}.markup--mixtapeEmbed-strong{color:#000;display:block;font-size:30px;line-height:1.2;margin-bottom:0}.markup--mixtapeEmbed-em{display:block;font-size:16px;font-style:normal;margin-bottom:10px;max-height:120px;overflow:hidden}.editor a a{color:inherit;text-decoration:none}.defaultValue{color:rgba(0,0,0,.3)}section.is-backgrounded+section>.section-divider,section:first-child>.section-divider{display:none}.defaultValue--prompt{font-family:jaf-bernino-sans,Open Sans,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;font-size:18px;font-style:normal;font-weight:400;letter-spacing:-.02em}div[contenteditable=false] a.markup--anchor{cursor:pointer}figure figcaption .public-DraftStyleDefault-block{text-align:center}.aspectRatioPlaceholder .image-upoader-loader{position:absolute;bottom:0;left:0;background-color:#fff;width:100%;text-align:center;top:0;vertical-align:text-bottom;opacity:.7}.aspectRatioPlaceholder .image-upoader-loader p{line-height:5px;font-size:14px;margin-top:49%}.markup--query,a[rel=token]{color:#00ab6b;text-decoration:none;background-image:none!important}.typeahead--mention{padding-top:10px}.typeahead .popover-inner{padding:0;overflow:hidden;min-width:100px}.typeahead .typeahead-item:first-child{padding-top:7px}.typeahead--mention .typeahead-item{padding:6px 15px;font-size:13px}.typeahead-item.is-active,.typeahead-item:hover{background:#02b875;color:#fff}.typeahead .typeahead-item{cursor:pointer;padding:5px 10px;line-height:2;font-size:12px;text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.typeahead .dante-avatar{margin:0 6px 0 -2px}.avatar-image--icon,.typeahead-item .avatar-image{width:32px;height:32px}.typeahead--mention .popover-arrow{display:none}.markup--user{color:#00ab6b;text-decoration:none}.popover--card .popover-arrow{top:-14px}.popover--card .popover--bottom .popover-arrow:after{transform:rotate(45deg) translate(6px,6px);box-shadow:-1px -1px 1px -1px rgba(0,0,0,.44)}.popover--card .popover-arrow:after{content:"";display:block;width:14px;height:14px;background:#fff}.popover--animated.is-active{visibility:visible;opacity:1;transition:visibility 0s linear 0s,opacity .2s 0s}.popover.is-active{visibility:visible}.popover--animated{visibility:hidden;opacity:0;transition:visibility 0s linear .2s,opacity .2s 0s}.popoverCard{text-align:left}.popoverCard-meta{width:192px}.u-floatLeft{float:left!important}.u-floatRight{float:right!important}.popoverCard-title{font-size:18px;margin-bottom:5px;margin-top:0}.link{color:inherit;text-decoration:none;cursor:pointer}.popoverCard-description{overflow:hidden;color:rgba(0,0,0,.44)}.u-clearfix:after{clear:both}.u-clearfix:after,.u-clearfix:before{display:table;content:" "}.dante-avatar{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:normal}.avatar-image--small{width:60px;height:60px}.avatar-image{display:inline-block;vertical-align:middle;border-radius:100%}.popoverCard-actions{border-top:1px solid rgba(0,0,0,.15);margin-top:10px;padding-top:10px}.popoverCard-stats{font-size:14px;line-height:36px}.popoverCard-stat{margin-right:10px;color:rgba(0,0,0,.44)}.popoverCard-count{padding-left:5px;color:rgba(0,0,0,.6)}.graf--layoutOutsetLeft{margin-left:-160px}.graf--layoutFillWidth{margin-left:-200px;margin-right:-200px}.graf--layoutOutsetLeft{width:75%}.graf--layoutInsetLeft,.graf--layoutOutsetLeft{float:left;margin-right:30px;padding-top:10px;padding-bottom:10px}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-content{outline:none;white-space:pre-wrap}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:0}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}.debugControls{position:fixed;left:0;bottom:0;z-index:999999;background-color:#fff;width:100%;border-top:1px solid #000}.debugControls ul{margin:0 auto;margin-top:12px}.debugControls li{float:left;margin-left:20px;display:block;margin-bottom:10px;font-family:jaf-bernino-sans,Open Sans,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;font-size:12px}.debugControls a{color:#000}.debugControls a:active{color:#000;outline:0}.debugZone{background-color:#101010;color:#ccc;clear:both;padding-top:10px;position:fixed;right:0;left:0;padding:1rem;width:100%;z-index:9999;height:130px;bottom:0;height:100%;top:0}.debugZone.open{height:100%;top:-74px}.debugZone.collapsed{height:130px;bottom:0}.debugZone .dante-debug-close{position:absolute;width:20px;height:20px;right:43px;top:38px}.debugZone .dante-debug-close.close.hairline:before{height:1px}.debugZone .dante-debug-close.close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.debugZone .dante-debug-close.close:after,.debugZone .dante-debug-close.close:before{content:"";position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;height:1px}.debugZone .dante-debug-close.close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.debugZone .debugOutput{float:right;width:67%;margin-right:12%}.debugZone .debugOutput pre{color:#fff;height:450px;overflow:auto;padding:10px;background-color:#353232;border:2px solid #c019dc}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-content{outline:none;white-space:pre-wrap}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:0}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}
1
+ @import url(//fonts.googleapis.com/css?family=Merriweather:400,700,400italic,700italic|Open+Sans:400,300,800);@keyframes spinner{to{transform:rotate(1turn)}}@-webkit-keyframes spinner{to{-webkit-transform:rotate(1turn)}}.dante--spinner{min-width:24px;min-height:24px}.dante--spinner:before{content:"Loading\2026";position:absolute;top:50%;left:50%;width:16px;height:16px;margin-top:-10px;margin-left:-10px}.dante--spinner:not(:required):before{content:"";border-radius:50%;border:2px solid rgba(0,0,0,.3);border-top-color:rgba(0,0,0,.6);animation:spinner .6s linear infinite;-webkit-animation:spinner .6s linear infinite}.hidden{display:none!important}.notesSource{padding:0;margin:0;position:relative;color:rgba(0,0,0,.8);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-font-feature-settings:liga on}.notesSource *,.notesSource :after,.notesSource :before{box-sizing:border-box}.dante-paste{display:none}@font-face{font-family:dante;src:url(fonts/fontello.eot);src:url(fonts/fontello.eot?#iefix) format("embedded-opentype"),url(fonts/fontello.woff) format("woff"),url(fonts/fontello.ttf) format("truetype"),url(fonts/fontello.svg#fontello) format("svg");font-weight:400;font-style:normal}@font-face{font-family:dante-tooltip;src:url(fonts/dante.eot);src:url(fonts/dante.eot?#iefix) format("embedded-opentype"),url(fonts/dante.woff) format("woff"),url(fonts/dante.ttf) format("truetype"),url(fonts/dante.svg#dante) format("svg");font-weight:400;font-style:normal}@-webkit-keyframes pop-upwards{0%{-webkit-transform:matrix(.97,0,0,1,0,12);transform:matrix(.97,0,0,1,0,12);opacity:0}20%{-webkit-transform:matrix(.99,0,0,1,0,2);transform:matrix(.99,0,0,1,0,2);opacity:.7}40%{-webkit-transform:matrix(1,0,0,1,0,-1);transform:matrix(1,0,0,1,0,-1);opacity:1}70%{-webkit-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0);opacity:1}to{-webkit-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0);opacity:1}}@keyframes pop-upward{0%{-webkit-transform:matrix(.97,0,0,1,0,12);transform:matrix(.97,0,0,1,0,12);opacity:0}20%{-webkit-transform:matrix(.99,0,0,1,0,2);transform:matrix(.99,0,0,1,0,2);opacity:.7}40%{-webkit-transform:matrix(1,0,0,1,0,-1);transform:matrix(1,0,0,1,0,-1);opacity:1}70%{-webkit-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0);opacity:1}to{-webkit-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0);opacity:1}}.postArticle{position:relative;-webkit-transform:translateZ(0);transform:translateZ(0)}.postArticle .layoutSingleColumn{width:700px;margin-left:auto;margin-right:auto}@media (max-width:800px){.postArticle .layoutSingleColumn{width:640px}}@media (max-width:680px){.postArticle .layoutSingleColumn{width:auto;margin-left:20px;margin-right:20px}}.postWrapper,.postWrapper-inner{position:relative;*zoom:1}.postWrapper-inner:after,.postWrapper-inner:before,.postWrapper:after,.postWrapper:before{content:" ";display:table}.postWrapper-inner:after,.postWrapper:after{clear:both}.postWrapper{overflow:hidden}.is-postEditMode .postWrapper{display:none}.is-postEditModeInitialized .postWrapper{display:block}.postContent{font-family:freight-text-pro,Merriweather,Georgia,Cambria,Times New Roman,Times,serif;letter-spacing:.01rem;font-weight:400;font-style:normal;font-size:18px;line-height:1.9}.postField,.postField:focus{outline:0;word-break:break-word;word-wrap:break-word}.postField--body{*zoom:1;margin-bottom:30px}.postField--body:after,.postField--body:before{content:" ";display:table}.postField--body:after{clear:both}.section--last{padding-bottom:5px}.section-content{*zoom:1}.section-content:after,.section-content:before{content:" ";display:table}.section-content:after{clear:both}.section-inner{position:relative}.dante-icon:before{display:inline-block;font-family:dante;font-style:normal;font-variant:normal;font-weight:400;line-height:1em;text-align:center;text-decoration:inherit;text-transform:none}.dante-icon-h2:before{content:"H1"}.dante-icon-h3:before{content:"H2"}.dante-icon-h4:before{content:"H3"}.dante-icon-p:before{content:"P"}.dante-icon-code:before{content:"\E816"}.dante-icon-insertorderedlist:before{content:"\E803"}.dante-icon-insertunorderedlist:before{content:"\E802"}.dante-icon-inserthorizontalrule:before{content:"\E818"}.dante-icon-indent:before{content:"\E801"}.dante-icon-outdent:before{content:"\E800"}.dante-icon-bold:before{content:"\E805"}.dante-icon-italic:before{content:"\E806"}.dante-icon-underline:before{content:"\E804"}.dante-icon-createlink:before{content:"\E810"}.dante-icon-blockquote:before{content:"\E814"}.dante-icon-h2:before,.dante-icon-h3:before,.dante-icon-h4:before{font-weight:700}.tooltip-icon:before{font-family:dante-tooltip;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dante-icon-divider:before{content:"\E904"}.dante-icon-image-center:before{content:"\E900"}.dante-icon-image-fill:before{content:"\E901"}.dante-icon-image-left:before{content:"\E902"}.dante-icon-image-wide:before{content:"\E903"}.dante-icon-video:before{content:"\E600"}.dante-icon-image:before{content:"\E601"}.dante-icon-plus:before{content:"\E602"}.dante-icon-embed:before{content:"\E603"}.dante-menu{position:absolute;visibility:hidden;z-index:1000;transition:none;display:none;top:0;left:0;display:block;white-space:nowrap;height:42px;background:#333;color:#fff;border:0;border-radius:5px;box-shadow:1px 2px 3px -2px #222}.dante-menu:after{content:"";height:0;width:0;position:absolute;left:50%;pointer-events:none;border:8px solid transparent;margin-left:-4px;border-top-color:#333;bottom:-15px}.dante-menu--active{display:inline-block;visibility:visible;-webkit-animation:pop-upwards .18s forwards linear;animation:pop-upwards .18s forwards linear}.dante-menu--linkmode .dante-menu-buttons{visibility:hidden}.dante-menu--linkmode .dante-menu-linkinput{display:block}.dante-menu--linkmode .dante-menu-input{-webkit-animation:pop-upwards .18s forwards linear;animation:pop-upwards .18s forwards linear}.dante-menu-buttons{list-style:none;margin:0;padding:0;line-height:0}.dante-menu-divider{width:1px;height:24px;margin:9px 2px;background:hsla(0,0%,100%,.2);cursor:default}.dante-menu-button,.dante-menu-divider{display:inline-block;overflow:hidden;line-height:42px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dante-menu-button{min-width:20px;padding-left:10px;padding-right:10px;text-align:center;color:#fff;cursor:pointer;font-size:16px}.dante-menu-button.active{color:#5bd974}.dante-menu-button:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px;padding-left:18px}.dante-menu-button:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px;padding-right:18px}.dante-menu-button--disabled{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important;opacity:.3}.dante-menu-linkinput{display:none;left:0;bottom:0}.dante-menu-linkinput,.dante-menu-linkinput .dante-menu-button{position:absolute;top:0;right:0}.dante-menu-input{position:absolute;top:0;left:0;background:transparent;width:100%;padding:13px 40px 13px 10px;color:#fff;border:none;outline:none;font-size:14px;box-sizing:border-box;border-radius:5px;appearance:none;text-align:left;font-family:jaf-bernino-sans,Open Sans,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;letter-spacing:.01rem;font-weight:400;font-style:normal;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-font-feature-settings:"liga" on}.inlineTooltip{position:absolute;z-index:900;width:32px;height:32px;transition:opacity .1s,width 0 linear .25s;padding:0;font-size:0;opacity:0;pointer-events:none}.inlineTooltip.is-active{opacity:1;pointer-events:auto}.inlineTooltip.is-scaled{transition-delay:0;width:auto}.inlineTooltip-menu{display:inline-block;margin-left:54px}.inlineTooltip-button{background-color:#fff;float:left;margin-right:9px;display:inline-block;position:relative;outline:0;padding:0;vertical-align:bottom;box-sizing:border-box;border-radius:999em;cursor:pointer;font-size:14px;text-decoration:none;font-family:jaf-bernino-sans,Open Sans,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;letter-spacing:-.02em;font-weight:400;font-style:normal;white-space:nowrap;text-rendering:auto;text-align:center;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-font-feature-settings:"liga" on;width:32px;height:32px;line-height:32px;transition:border-color .1s,color .1s;border:1px solid;border-color:rgba(0,0,0,.44);color:rgba(0,0,0,.44)}.inlineTooltip-button:hover{border-color:rgba(0,0,0,.9);color:rgba(0,0,0,.9)}.inlineTooltip-button.scale{-webkit-transform:scale(0);transform:scale(0);transition:transform .1s,border-color .1s,color .1s}.is-scaled .inlineTooltip-button.scale{-webkit-transform:scale(1);transform:scale(1);transition:transform .25s,border-color .1s,color .1s}.inlineTooltip-button.scale:nth-child(11){transition-delay:.3s}.inlineTooltip-button.scale:nth-child(10){transition-delay:.27s}.inlineTooltip-button.scale:nth-child(9){transition-delay:.24s}.inlineTooltip-button.scale:nth-child(8){transition-delay:.21s}.inlineTooltip-button.scale:nth-child(7){transition-delay:.18s}.inlineTooltip-button.scale:nth-child(6){transition-delay:.15s}.inlineTooltip-button.scale:nth-child(5){transition-delay:.12s}.inlineTooltip-button.scale:nth-child(4){transition-delay:90ms}.inlineTooltip-button.scale:nth-child(3){transition-delay:60ms}.inlineTooltip-button.scale:nth-child(2){transition-delay:30ms}.inlineTooltip-button.control{display:block;position:absolute;margin-right:22px;transition:transform .1s,border-color .1s,color .1s;-webkit-transform:rotate(0);transform:rotate(0)}.is-scaled .inlineTooltip-button.control{transition:transform .25s,border-color .1s,color .1s;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-color:rgba(0,0,0,.9);color:rgba(0,0,0,.9)}.dante-popover{overflow:hidden;position:absolute;z-index:900;visibility:visible;font-size:12px;text-align:center;pointer-events:auto;padding:15px;font-family:Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;letter-spacing:-.02em;font-weight:400;font-style:normal;line-height:1.4;opacity:0}.dante-popover.is-active{opacity:1}.dante-popover .popover-inner{background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.25),0 0 1px rgba(0,0,0,.35)}.popover-inner{position:relative;max-width:300px;border-radius:5px;padding:8px}.popover-inner a{color:inherit;text-decoration:none}.popover--tooltip{pointer-events:none}.popover--tooltip .popover-inner{background:#333;border-radius:4px;color:#fff}.popover--Linktooltip{pointer-events:auto;z-index:300;word-break:break-word;word-wrap:break-word}.popover--Linktooltip .popover-inner{padding:8px 10px;font-size:12px}.popover--Aligntooltip .popover-inner{padding:0;background:#333;color:#fff}.popover--typeahead .popover-inner{position:relative;padding:14px;border-radius:4px}.popover--typeahead .popover-inner ul{padding-left:0}.popover.popover--maxWidth360 .popover-inner{max-width:360px}.popover:not(.popover--flexible) .popover-inner{max-width:280px}.popover-arrow{position:absolute}.popover-arrow:after{background-color:#333}.popover--bottom .popover-arrow,.popover--top .popover-arrow{left:50%;margin-left:-6px}.popover--left .popover-arrow,.popover--right .popover-arrow{top:50%;margin-top:-6px}.popover--right .popover-arrow{left:1px}.popover--bottom .popover-arrow{top:1px}.popover--left .popover-arrow{right:1px}.popover-arrow:after{content:"";display:block;width:12px;height:12px}.popover--top .popover-arrow:after{-webkit-transform:rotate(45deg) translate(-5px,-5px);transform:rotate(45deg) translate(-5px,-5px);box-shadow:1px 1px 1px -1px #333}.popover--right .popover-arrow:after{-webkit-transform:rotate(45deg) translate(6px,-6px);transform:rotate(45deg) translate(6px,-6px);box-shadow:-1px 1px 1px -1px #333}.popover--bottom .popover-arrow:after{-webkit-transform:rotate(45deg) translate(6px,6px);transform:rotate(45deg) translate(6px,6px);box-shadow:-1px -1px 1px -1px #333}.popover--left .popover-arrow:after{-webkit-transform:rotate(45deg) translate(-6px,6px);transform:rotate(45deg) translate(-6px,6px);box-shadow:1px -1px 1px -1px #333}.graf--blockquote,.graf--figure,.graf--h2,.graf--h3,.graf--h4,.graf--h5,.graf--h6,.graf--h7,.graf--p,.graf--pre,.graf--pullquote,.postList{margin:0}.graf--blockquote,.graf--p,.graf--pullquote,.postList{margin-bottom:30px}.graf--code{line-height:1em}.graf--p.dante--spinner{position:relative}.graf--h2{font-family:jaf-bernino-sans,Open Sans,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;font-size:60px;font-style:normal;font-weight:700;letter-spacing:-.04em;line-height:1;margin-bottom:8px;margin-left:-3px;margin-top:40px;padding-top:0}.graf--h3{font-weight:700;font-size:36px;margin-left:-1.8px;margin-bottom:4px}.graf--h3,.graf--h4{font-family:jaf-bernino-sans,Open Sans,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;letter-spacing:-.02em;font-style:normal;line-height:1.2;margin-top:40px}.graf--h4{font-weight:300;font-size:30px;margin-left:-1.5px;color:rgba(0,0,0,.44);margin-bottom:2px}.section--first .graf--h2.graf--first,.section--first .graf--h3.graf--first,.section--first .graf--h4.graf--first{margin-top:0;padding-top:0}.graf--h2+.graf--h2{margin-top:-8px}.graf--h2+.graf--h3,.graf--h2+.graf--h4{margin-top:-6px}.graf--h3+.graf--h2,.graf--h4+.graf--h2{margin-top:2px}.graf--h3+.graf--h4,.graf--h4+.graf--h3{margin-top:-2px}.graf--h2+.postList,.graf--h3+.postList,.graf--h4+.postList{margin-top:10px}.graf--h2+.graf--p.graf--empty,.graf--h3+.graf--p.graf--empty,.graf--h4+.graf--p.graf--empty{margin-bottom:-7px;margin-top:-7px}.graf--h2+.graf--p.graf--empty+.graf--h2,.graf--h3+.graf--p.graf--empty+.graf--h2,.graf--h4+.graf--p.graf--empty+.graf--h2{margin-top:-5px}.graf--h2+.graf--p.graf--empty+.graf--h3,.graf--h2+.graf--p.graf--empty+.graf--h4,.graf--h3+.graf--p.graf--empty+.graf--h3,.graf--h3+.graf--p.graf--empty+.graf--h4,.graf--h4+.graf--p.graf--empty+.graf--h3,.graf--h4+.graf--p.graf--empty+.graf--h4{margin-top:-8px}.graf--blockquote,blockquote{font-family:freight-text-pro,Merriweather,Georgia,Cambria,Times New Roman,Times,serif;border-left:3px solid rgba(0,0,0,.8);font-style:italic;font-weight:400;letter-spacing:.01rem;margin-left:-23px;padding-bottom:3px;padding-left:20px}.graf--blockquote+.graf--blockquote,blockquote+blockquote{margin-top:-30px;padding-top:30px}.graf--pullquote{line-height:1.4;text-align:center;font-size:32px;margin:48px -160px;border:none;padding:0;font-family:freight-text-pro,Merriweather,Georgia,Cambria,Times New Roman,Times,serif;letter-spacing:.01rem;font-weight:400;font-style:italic;transition:margin .1s}.graf--pre,.public-DraftStyleDefault-pre{background:none repeat scroll 0 0 rgba(0,0,0,.05);font-family:Menlo,Monaco,Consolas,Courier New,Courier,monospace;font-size:16px;margin-bottom:20px;padding:20px;white-space:pre-wrap}.graf--pre+.graf--pre{margin-top:-20px}.graf--figure{box-sizing:border-box;clear:both;margin-bottom:30px;outline:medium none;position:relative}.graf--figure.is-mediaFocused .graf-image,.graf--figure.is-mediaFocused iframe{box-shadow:0 0 0 3px #57ad68}.graf--mixtapeEmbed a{text-decoration:none}.graf--h2+.graf--figure,.graf--h3+.graf--figure,.graf--h4+.graf--figure{margin-top:15px}.graf--first{margin-top:0;padding-top:0}.graf--blockquote[data-align=center],.graf--h2[data-align=center],.graf--h3[data-align=center],.graf--h4[data-align=center],p[data-align=center]{text-align:center}.graf--sectionCaption,.markup--anchor{cursor:text}.markup--anchor{text-decoration:underline;color:inherit}@media (max-width:500px){.graf--h2{font-size:36px;line-height:1.1;padding-top:12px;margin-bottom:6px}.graf--h3{font-size:26px;margin-bottom:4px}.graf--h3,.graf--h4{line-height:1.2;margin-top:18px}.graf--h4{font-size:24px;margin-bottom:2px}}.aspectRatioPlaceholder{margin:0 auto;position:relative;width:100%}.is-postEditMode .graf-image:before,.is-postEditMode .iframeContainer:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:500}.aspectRatioPlaceholder.is-locked .graf-image,.aspectRatioPlaceholder.is-locked .graf-imageAnchor{height:100%;left:0;position:absolute;top:0;width:100%}.graf-image,.graf-imageAnchor,.iframeContainer,.iframeContainer>iframe{box-sizing:border-box;display:block;margin:auto;max-width:100%}.imageCaption{top:0;text-align:center;margin-top:0;font-family:jaf-bernino-sans,Open Sans,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;letter-spacing:0;font-weight:400;font-size:13px;line-height:1.4;color:rgba(0,0,0,.6);outline:0;z-index:300;margin-top:10px;position:relative}.imageCaption .danteDefaultPlaceholder{margin-bottom:-18px!important;display:block}div[contenteditable=false] .danteDefaultPlaceholder{display:none}@media (max-width:1200px){.imageCaption,.postField--outsetCenterImage>.imageCaption{position:relative;width:100%;text-align:center;left:0;margin-top:10px}}figure.graf--layoutOutsetLeft .imageCaption,figure.graf--layoutOutsetLeft .postField--outsetCenterImage>.imageCaption{position:relative;width:100%;text-align:center;left:0;margin-top:10px}.graf--sectionCaption.is-defaultValue,figure.is-defaultValue .imageCaption{display:none}.graf--figure.is-defaultValue.is-selected .imageCaption,.graf--figure.is-mediaFocused .imageCaption,.graf--sectionCaption.is-defaultValue.is-selected,section.is-mediaFocused .graf--sectionCaption{display:block}.editable .graf--sectionCaption,.editable .markup--anchor{cursor:text}.is-postEditMode iframe{border:3px solid hsla(0,0%,100%,0)}.graf--mixtapeEmbed{border:1px solid rgba(0,0,0,.15);border-radius:5px;box-sizing:border-box;margin-bottom:40px;margin-top:40px;max-height:310px;max-width:700px;overflow:hidden;padding:30px;position:relative}.mixtapeImage{background-position:50%;background-repeat:no-repeat;background-size:cover;float:right;height:310px;margin:-30px -30px 0 25px;width:310px}.mixtapeImage--empty{height:0;width:0}.graf--mixtapeEmbed{color:rgba(0,0,0,.6);font-size:12px}.graf--mixtapeEmbed,.markup--mixtapeEmbed-strong{font-family:jaf-bernino-sans,Open Sans,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;font-style:normal;font-weight:300;letter-spacing:-.02em}.markup--mixtapeEmbed-strong{color:#000;display:block;font-size:30px;line-height:1.2;margin-bottom:0}.markup--mixtapeEmbed-em{display:block;font-size:16px;font-style:normal;margin-bottom:10px;max-height:120px;overflow:hidden}.editor a a{color:inherit;text-decoration:none}.defaultValue{color:rgba(0,0,0,.3)}section.is-backgrounded+section>.section-divider,section:first-child>.section-divider{display:none}.defaultValue--prompt{font-family:jaf-bernino-sans,Open Sans,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;font-size:18px;font-style:normal;font-weight:400;letter-spacing:-.02em}div[contenteditable=false] a.markup--anchor{cursor:pointer}figure figcaption .public-DraftStyleDefault-block{text-align:center}.aspectRatioPlaceholder .image-upoader-loader{position:absolute;bottom:0;left:0;background-color:#fff;width:100%;text-align:center;top:0;vertical-align:text-bottom;opacity:.7}.aspectRatioPlaceholder .image-upoader-loader p{line-height:5px;font-size:14px;margin-top:49%}.markup--query,a[rel=token]{color:#00ab6b;text-decoration:none;background-image:none!important}.typeahead--mention{padding-top:10px}.typeahead .popover-inner{padding:0;overflow:hidden;min-width:100px}.typeahead .typeahead-item:first-child{padding-top:7px}.typeahead--mention .typeahead-item{padding:6px 15px;font-size:13px}.typeahead-item.is-active,.typeahead-item:hover{background:#02b875;color:#fff}.typeahead .typeahead-item{cursor:pointer;padding:5px 10px;line-height:2;font-size:12px;text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.typeahead .dante-avatar{margin:0 6px 0 -2px}.avatar-image--icon,.typeahead-item .avatar-image{width:32px;height:32px}.typeahead--mention .popover-arrow{display:none}.markup--user{color:#00ab6b;text-decoration:none}.popover--card .popover-arrow{top:-14px}.popover--card .popover--bottom .popover-arrow:after{transform:rotate(45deg) translate(6px,6px);box-shadow:-1px -1px 1px -1px rgba(0,0,0,.44)}.popover--card .popover-arrow:after{content:"";display:block;width:14px;height:14px;background:#fff}.popover--animated.is-active{visibility:visible;opacity:1;transition:visibility 0s linear 0s,opacity .2s 0s}.popover.is-active{visibility:visible}.popover--animated{visibility:hidden;opacity:0;transition:visibility 0s linear .2s,opacity .2s 0s}.popoverCard{text-align:left}.popoverCard-meta{width:192px}.u-floatLeft{float:left!important}.u-floatRight{float:right!important}.popoverCard-title{font-size:18px;margin-bottom:5px;margin-top:0}.link{color:inherit;text-decoration:none;cursor:pointer}.popoverCard-description{overflow:hidden;color:rgba(0,0,0,.44)}.u-clearfix:after{clear:both}.u-clearfix:after,.u-clearfix:before{display:table;content:" "}.dante-avatar{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:normal}.avatar-image--small{width:60px;height:60px}.avatar-image{display:inline-block;vertical-align:middle;border-radius:100%}.popoverCard-actions{border-top:1px solid rgba(0,0,0,.15);margin-top:10px;padding-top:10px}.popoverCard-stats{font-size:14px;line-height:36px}.popoverCard-stat{margin-right:10px;color:rgba(0,0,0,.44)}.popoverCard-count{padding-left:5px;color:rgba(0,0,0,.6)}.graf--layoutOutsetLeft{margin-left:-160px}.graf--layoutFillWidth{margin-left:-200px;margin-right:-200px}.graf--layoutOutsetLeft{width:75%}.graf--layoutInsetLeft,.graf--layoutOutsetLeft{float:left;margin-right:30px;padding-top:10px;padding-bottom:10px}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.DraftEditor-root{position:relative;overflow:auto}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-content{outline:none;white-space:pre-wrap}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:0}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}.debugControls{position:fixed;left:0;bottom:0;z-index:999999;background-color:#fff;width:100%;border-top:1px solid #000}.debugControls ul{margin:0 auto;margin-top:12px}.debugControls li{float:left;margin-left:20px;display:block;margin-bottom:10px;font-family:jaf-bernino-sans,Open Sans,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;font-size:12px}.debugControls a{color:#000}.debugControls a:active{color:#000;outline:0}.debugZone{background-color:#101010;color:#ccc;clear:both;padding-top:10px;position:fixed;right:0;left:0;padding:1rem;width:100%;z-index:9999;height:130px;bottom:0;height:100%;top:0}.debugZone.open{height:100%;top:-74px}.debugZone.collapsed{height:130px;bottom:0}.debugZone .dante-debug-close{position:absolute;width:20px;height:20px;right:43px;top:38px}.debugZone .dante-debug-close.close.hairline:before{height:1px}.debugZone .dante-debug-close.close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.debugZone .dante-debug-close.close:after,.debugZone .dante-debug-close.close:before{content:"";position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;height:1px}.debugZone .dante-debug-close.close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.debugZone .debugOutput{float:right;width:67%;margin-right:12%}.debugZone .debugOutput pre{color:#fff;height:450px;overflow:auto;padding:10px;background-color:#353232;border:2px solid #c019dc}.signature{position:relative;display:table;float:left;margin-bottom:20px}.signature img{float:left;margin-right:30px;margin-bottom:0!important;height:100px;width:100px;border-radius:50px}.signature .text{width:100%;display:table-cell;vertical-align:middle}.signature .text p{margin-bottom:0!important}.dante-clearfix:after{clear:both}.dante-clearfix:before{display:table;content:" "}.text-toolbar button{position:relative;float:left;height:40px;width:40px;background:transparent;border:0;cursor:pointer;padding:0}.dropdown{float:left}.dropdown,.dropup{position:relative}.dropdown .btn{color:#bec2cc;padding:0 10px;width:auto;font-size:12px}.dante-menu-button.visible-overflow{overflow:visible}.dante-menu-button button{position:relative;float:left;height:40px;width:40px;background:transparent!important;border:0;cursor:pointer;padding:0}.dropdown .dropdown-menu{background:#2a2b32;padding:0;max-height:300px;overflow-y:auto;width:auto;min-width:60px}.open>.dropdown-menu{display:block}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown .dropdown-menu li{border-bottom:1px solid #383943}.editor .container .content-edit .text-toolbar .dropdown .dropdown-menu li a{color:#bec2cc;font-size:12px;padding:0 10px;line-height:30px}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#fff;white-space:nowrap}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none;color:#fff;background-color:#e6e6e6;border-color:#adadad}.btn-default{color:#fff;background-color:#fff;border-color:#ccc}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.DraftEditor-root{position:relative}// HACK FOR ISSUE https://github.com/facebook/draft-js/issues/304,proposal 0% @bradbumbalough .DraftEditor-root{overflow:auto}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-content{outline:none;white-space:pre-wrap}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:0}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}
2
2
  /*# sourceMappingURL=DanteStyles.css.map*/
data/dist/DanteStyles.js CHANGED
@@ -73,36 +73,36 @@ return /******/ (function(modules) { // webpackBootstrap
73
73
  /******/ __webpack_require__.p = "";
74
74
  /******/
75
75
  /******/ // Load entry module and return exports
76
- /******/ return __webpack_require__(__webpack_require__.s = 391);
76
+ /******/ return __webpack_require__(__webpack_require__.s = 255);
77
77
  /******/ })
78
78
  /************************************************************************/
79
79
  /******/ ({
80
80
 
81
- /***/ 378:
81
+ /***/ 241:
82
82
  /***/ (function(module, exports) {
83
83
 
84
84
  // removed by extract-text-webpack-plugin
85
85
 
86
86
  /***/ }),
87
87
 
88
- /***/ 379:
88
+ /***/ 242:
89
89
  /***/ (function(module, exports) {
90
90
 
91
91
  // removed by extract-text-webpack-plugin
92
92
 
93
93
  /***/ }),
94
94
 
95
- /***/ 391:
95
+ /***/ 255:
96
96
  /***/ (function(module, exports, __webpack_require__) {
97
97
 
98
98
  "use strict";
99
99
 
100
100
 
101
- var _dante = __webpack_require__(379);
101
+ var _dante = __webpack_require__(242);
102
102
 
103
103
  var _dante2 = _interopRequireDefault(_dante);
104
104
 
105
- var _draft = __webpack_require__(378);
105
+ var _draft = __webpack_require__(241);
106
106
 
107
107
  var _draft2 = _interopRequireDefault(_draft);
108
108
 
@@ -1,2 +1,2 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.Dante2=t():e.Dante2=t()}(this,function(){return function(e){function t(o){if(n[o])return n[o].exports;var r=n[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,t),r.l=!0,r.exports}var n={};return t.m=e,t.c=n,t.i=function(e){return e},t.d=function(e,n,o){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:o})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=391)}({378:function(e,t){},379:function(e,t){},391:function(e,t,n){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}var r=n(379),u=(o(r),n(378));o(u)}})});
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.Dante2=t():e.Dante2=t()}(this,function(){return function(e){function t(o){if(n[o])return n[o].exports;var r=n[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,t),r.l=!0,r.exports}var n={};return t.m=e,t.c=n,t.i=function(e){return e},t.d=function(e,n,o){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:o})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=255)}({241:function(e,t){},242:function(e,t){},255:function(e,t,n){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}var r=n(242),u=(o(r),n(241));o(u)}})});
2
2
  //# sourceMappingURL=DanteStyles.min.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["webpack:///webpack/universalModuleDefinition?5ca6*","webpack:///DanteStyles.min.js","webpack:///webpack/bootstrap 9a568381a1b54800510a?80d8*","webpack:///./src/style.js"],"names":["root","factory","exports","module","define","amd","this","modules","__webpack_require__","moduleId","installedModules","i","l","call","m","c","value","d","name","getter","o","Object","defineProperty","configurable","enumerable","get","n","__esModule","object","property","prototype","hasOwnProperty","p","s","378","379","391","_interopRequireDefault","obj","default","_dante","_draft"],"mappings":"CAAA,SAAAA,EAAAC,GACA,gBAAAC,UAAA,gBAAAC,QACAA,OAAAD,QAAAD,IACA,kBAAAG,gBAAAC,IACAD,UAAAH,GACA,gBAAAC,SACAA,QAAA,OAAAD,IAEAD,EAAA,OAAAC,KACCK,KAAA,WACD,MCAgB,UAAUC,GCN1B,QAAAC,GAAAC,GAGA,GAAAC,EAAAD,GACA,MAAAC,GAAAD,GAAAP,OAGA,IAAAC,GAAAO,EAAAD,IACAE,EAAAF,EACAG,GAAA,EACAV,WAUA,OANAK,GAAAE,GAAAI,KAAAV,EAAAD,QAAAC,IAAAD,QAAAM,GAGAL,EAAAS,GAAA,EAGAT,EAAAD,QAvBA,GAAAQ,KA+DA,OAnCAF,GAAAM,EAAAP,EAGAC,EAAAO,EAAAL,EAGAF,EAAAG,EAAA,SAAAK,GAA2C,MAAAA,IAG3CR,EAAAS,EAAA,SAAAf,EAAAgB,EAAAC,GACAX,EAAAY,EAAAlB,EAAAgB,IACAG,OAAAC,eAAApB,EAAAgB,GACAK,cAAA,EACAC,YAAA,EACAC,IAAAN,KAMAX,EAAAkB,EAAA,SAAAvB,GACA,GAAAgB,GAAAhB,KAAAwB,WACA,WAA2B,MAAAxB,GAAA,SAC3B,WAAiC,MAAAA,GAEjC,OADAK,GAAAS,EAAAE,EAAA,IAAAA,GACAA,GAIAX,EAAAY,EAAA,SAAAQ,EAAAC,GAAsD,MAAAR,QAAAS,UAAAC,eAAAlB,KAAAe,EAAAC,IAGtDrB,EAAAwB,EAAA,GAGAxB,IAAAyB,EAAA,ODgBMC,IACA,SAAU/B,EAAQD,KAMlBiC,IACA,SAAUhC,EAAQD,KAMlBkC,IACA,SAAUjC,EAAQD,EAASM,GAEjC,YAWA,SAAS6B,GAAuBC,GAAO,MAAOA,IAAOA,EAAIX,WAAaW,GAAQC,QAAWD,GE3GzF,GAAAE,GAAAhC,EAAA,KACAiC,GFoGcJ,EAAuBG,GEpGrChC,EAAA,KFwGc6B,GAAuBI","file":"DanteStyles.min.js","sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"Dante2\"] = factory();\n\telse\n\t\troot[\"Dante2\"] = factory();\n})(this, function() {\nreturn \n\n\n// WEBPACK FOOTER //\n// webpack/universalModuleDefinition","(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"Dante2\"] = factory();\n\telse\n\t\troot[\"Dante2\"] = factory();\n})(this, function() {\nreturn /******/ (function(modules) { // webpackBootstrap\n/******/ \t// The module cache\n/******/ \tvar installedModules = {};\n/******/\n/******/ \t// The require function\n/******/ \tfunction __webpack_require__(moduleId) {\n/******/\n/******/ \t\t// Check if module is in cache\n/******/ \t\tif(installedModules[moduleId]) {\n/******/ \t\t\treturn installedModules[moduleId].exports;\n/******/ \t\t}\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = installedModules[moduleId] = {\n/******/ \t\t\ti: moduleId,\n/******/ \t\t\tl: false,\n/******/ \t\t\texports: {}\n/******/ \t\t};\n/******/\n/******/ \t\t// Execute the module function\n/******/ \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n/******/\n/******/ \t\t// Flag the module as loaded\n/******/ \t\tmodule.l = true;\n/******/\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/\n/******/\n/******/ \t// expose the modules object (__webpack_modules__)\n/******/ \t__webpack_require__.m = modules;\n/******/\n/******/ \t// expose the module cache\n/******/ \t__webpack_require__.c = installedModules;\n/******/\n/******/ \t// identity function for calling harmony imports with the correct context\n/******/ \t__webpack_require__.i = function(value) { return value; };\n/******/\n/******/ \t// define getter function for harmony exports\n/******/ \t__webpack_require__.d = function(exports, name, getter) {\n/******/ \t\tif(!__webpack_require__.o(exports, name)) {\n/******/ \t\t\tObject.defineProperty(exports, name, {\n/******/ \t\t\t\tconfigurable: false,\n/******/ \t\t\t\tenumerable: true,\n/******/ \t\t\t\tget: getter\n/******/ \t\t\t});\n/******/ \t\t}\n/******/ \t};\n/******/\n/******/ \t// getDefaultExport function for compatibility with non-harmony modules\n/******/ \t__webpack_require__.n = function(module) {\n/******/ \t\tvar getter = module && module.__esModule ?\n/******/ \t\t\tfunction getDefault() { return module['default']; } :\n/******/ \t\t\tfunction getModuleExports() { return module; };\n/******/ \t\t__webpack_require__.d(getter, 'a', getter);\n/******/ \t\treturn getter;\n/******/ \t};\n/******/\n/******/ \t// Object.prototype.hasOwnProperty.call\n/******/ \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n/******/\n/******/ \t// __webpack_public_path__\n/******/ \t__webpack_require__.p = \"\";\n/******/\n/******/ \t// Load entry module and return exports\n/******/ \treturn __webpack_require__(__webpack_require__.s = 391);\n/******/ })\n/************************************************************************/\n/******/ ({\n\n/***/ 378:\n/***/ (function(module, exports) {\n\n// removed by extract-text-webpack-plugin\n\n/***/ }),\n\n/***/ 379:\n/***/ (function(module, exports) {\n\n// removed by extract-text-webpack-plugin\n\n/***/ }),\n\n/***/ 391:\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\n\nvar _dante = __webpack_require__(379);\n\nvar _dante2 = _interopRequireDefault(_dante);\n\nvar _draft = __webpack_require__(378);\n\nvar _draft2 = _interopRequireDefault(_draft);\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\n/***/ })\n\n/******/ });\n});\n\n\n// WEBPACK FOOTER //\n// DanteStyles.min.js"," \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// identity function for calling harmony imports with the correct context\n \t__webpack_require__.i = function(value) { return value; };\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, {\n \t\t\t\tconfigurable: false,\n \t\t\t\tenumerable: true,\n \t\t\t\tget: getter\n \t\t\t});\n \t\t}\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 391);\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap 9a568381a1b54800510a","\nimport dantecss from './styles/dante.scss';\nimport draftcss from './styles/draft.css';\n\n\n\n// WEBPACK FOOTER //\n// ./src/style.js"],"sourceRoot":""}
1
+ {"version":3,"sources":["webpack:///webpack/universalModuleDefinition?5ca6*","webpack:///DanteStyles.min.js","webpack:///webpack/bootstrap ae9dcee35a149c83279b?51c0*","webpack:///./src/style.js"],"names":["root","factory","exports","module","define","amd","this","modules","__webpack_require__","moduleId","installedModules","i","l","call","m","c","value","d","name","getter","o","Object","defineProperty","configurable","enumerable","get","n","__esModule","object","property","prototype","hasOwnProperty","p","s","241","242","255","_interopRequireDefault","obj","default","_dante","_draft"],"mappings":"CAAA,SAAAA,EAAAC,GACA,gBAAAC,UAAA,gBAAAC,QACAA,OAAAD,QAAAD,IACA,kBAAAG,gBAAAC,IACAD,UAAAH,GACA,gBAAAC,SACAA,QAAA,OAAAD,IAEAD,EAAA,OAAAC,KACCK,KAAA,WACD,MCAgB,UAAUC,GCN1B,QAAAC,GAAAC,GAGA,GAAAC,EAAAD,GACA,MAAAC,GAAAD,GAAAP,OAGA,IAAAC,GAAAO,EAAAD,IACAE,EAAAF,EACAG,GAAA,EACAV,WAUA,OANAK,GAAAE,GAAAI,KAAAV,EAAAD,QAAAC,IAAAD,QAAAM,GAGAL,EAAAS,GAAA,EAGAT,EAAAD,QAvBA,GAAAQ,KA+DA,OAnCAF,GAAAM,EAAAP,EAGAC,EAAAO,EAAAL,EAGAF,EAAAG,EAAA,SAAAK,GAA2C,MAAAA,IAG3CR,EAAAS,EAAA,SAAAf,EAAAgB,EAAAC,GACAX,EAAAY,EAAAlB,EAAAgB,IACAG,OAAAC,eAAApB,EAAAgB,GACAK,cAAA,EACAC,YAAA,EACAC,IAAAN,KAMAX,EAAAkB,EAAA,SAAAvB,GACA,GAAAgB,GAAAhB,KAAAwB,WACA,WAA2B,MAAAxB,GAAA,SAC3B,WAAiC,MAAAA,GAEjC,OADAK,GAAAS,EAAAE,EAAA,IAAAA,GACAA,GAIAX,EAAAY,EAAA,SAAAQ,EAAAC,GAAsD,MAAAR,QAAAS,UAAAC,eAAAlB,KAAAe,EAAAC,IAGtDrB,EAAAwB,EAAA,GAGAxB,IAAAyB,EAAA,ODgBMC,IACA,SAAU/B,EAAQD,KAMlBiC,IACA,SAAUhC,EAAQD,KAMlBkC,IACA,SAAUjC,EAAQD,EAASM,GAEjC,YAWA,SAAS6B,GAAuBC,GAAO,MAAOA,IAAOA,EAAIX,WAAaW,GAAQC,QAAWD,GE3GzF,GAAAE,GAAAhC,EAAA,KACAiC,GFoGcJ,EAAuBG,GEpGrChC,EAAA,KFwGc6B,GAAuBI","file":"DanteStyles.min.js","sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"Dante2\"] = factory();\n\telse\n\t\troot[\"Dante2\"] = factory();\n})(this, function() {\nreturn \n\n\n// WEBPACK FOOTER //\n// webpack/universalModuleDefinition","(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"Dante2\"] = factory();\n\telse\n\t\troot[\"Dante2\"] = factory();\n})(this, function() {\nreturn /******/ (function(modules) { // webpackBootstrap\n/******/ \t// The module cache\n/******/ \tvar installedModules = {};\n/******/\n/******/ \t// The require function\n/******/ \tfunction __webpack_require__(moduleId) {\n/******/\n/******/ \t\t// Check if module is in cache\n/******/ \t\tif(installedModules[moduleId]) {\n/******/ \t\t\treturn installedModules[moduleId].exports;\n/******/ \t\t}\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = installedModules[moduleId] = {\n/******/ \t\t\ti: moduleId,\n/******/ \t\t\tl: false,\n/******/ \t\t\texports: {}\n/******/ \t\t};\n/******/\n/******/ \t\t// Execute the module function\n/******/ \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n/******/\n/******/ \t\t// Flag the module as loaded\n/******/ \t\tmodule.l = true;\n/******/\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/\n/******/\n/******/ \t// expose the modules object (__webpack_modules__)\n/******/ \t__webpack_require__.m = modules;\n/******/\n/******/ \t// expose the module cache\n/******/ \t__webpack_require__.c = installedModules;\n/******/\n/******/ \t// identity function for calling harmony imports with the correct context\n/******/ \t__webpack_require__.i = function(value) { return value; };\n/******/\n/******/ \t// define getter function for harmony exports\n/******/ \t__webpack_require__.d = function(exports, name, getter) {\n/******/ \t\tif(!__webpack_require__.o(exports, name)) {\n/******/ \t\t\tObject.defineProperty(exports, name, {\n/******/ \t\t\t\tconfigurable: false,\n/******/ \t\t\t\tenumerable: true,\n/******/ \t\t\t\tget: getter\n/******/ \t\t\t});\n/******/ \t\t}\n/******/ \t};\n/******/\n/******/ \t// getDefaultExport function for compatibility with non-harmony modules\n/******/ \t__webpack_require__.n = function(module) {\n/******/ \t\tvar getter = module && module.__esModule ?\n/******/ \t\t\tfunction getDefault() { return module['default']; } :\n/******/ \t\t\tfunction getModuleExports() { return module; };\n/******/ \t\t__webpack_require__.d(getter, 'a', getter);\n/******/ \t\treturn getter;\n/******/ \t};\n/******/\n/******/ \t// Object.prototype.hasOwnProperty.call\n/******/ \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n/******/\n/******/ \t// __webpack_public_path__\n/******/ \t__webpack_require__.p = \"\";\n/******/\n/******/ \t// Load entry module and return exports\n/******/ \treturn __webpack_require__(__webpack_require__.s = 255);\n/******/ })\n/************************************************************************/\n/******/ ({\n\n/***/ 241:\n/***/ (function(module, exports) {\n\n// removed by extract-text-webpack-plugin\n\n/***/ }),\n\n/***/ 242:\n/***/ (function(module, exports) {\n\n// removed by extract-text-webpack-plugin\n\n/***/ }),\n\n/***/ 255:\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\n\nvar _dante = __webpack_require__(242);\n\nvar _dante2 = _interopRequireDefault(_dante);\n\nvar _draft = __webpack_require__(241);\n\nvar _draft2 = _interopRequireDefault(_draft);\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }\n\n/***/ })\n\n/******/ });\n});\n\n\n// WEBPACK FOOTER //\n// DanteStyles.min.js"," \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// identity function for calling harmony imports with the correct context\n \t__webpack_require__.i = function(value) { return value; };\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, {\n \t\t\t\tconfigurable: false,\n \t\t\t\tenumerable: true,\n \t\t\t\tget: getter\n \t\t\t});\n \t\t}\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 255);\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap ae9dcee35a149c83279b","\nimport dantecss from './styles/dante.scss';\nimport draftcss from './styles/draft.css';\n\n\n\n// WEBPACK FOOTER //\n// ./src/style.js"],"sourceRoot":""}