.components-Editors-BoxShadowEditor-Preview-index__container {
  width: 150px;
  height: 150px;
  background: #ddd;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.components-Editor-EditorBase-Areas-index__side {
  width: 280px;
}

.components-Editor-EditorBase-Areas-index__center {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.components-Editor-EditorBase-Areas-index__preview {
  flex: 1;
  background: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 6px 2px;
}

.components-Editor-EditorBase-Areas-index__bottom {
  
}
.components-Editor-EditorBase-ToolSelector-index__toolSelectorLink {
  color: inherit;
  text-decoration: none;
  position: relative;
  z-index: 100;
  border: 1px solid transparent;
  display: inline-block;
  padding: 7px;
  margin-top: 3px;
  border-radius: 4px;
}

.components-Editor-EditorBase-ToolSelector-index__toolSelectorLink:hover {
  color: #666;
  border-color: #ddd;
}

.components-Editor-EditorBase-ToolSelector-index__toolSelectorLink:active {
  color: #888;
  border-color: #ddd;
}

.components-Editor-EditorBase-ToolSelector-index__caretIcon {
  margin-left: 6px;
  opacity: 0.6;
}

.components-Editor-EditorBase-ToolSelector-index__toolSelector {
  width: 220px;
  padding: 6px;
  z-index: 700;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 17px 0px;
  border: 1px solid #ddd;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 3px;
}

.components-Editor-EditorBase-ToolSelector-index__toolSelector:after,
.components-Editor-EditorBase-ToolSelector-index__toolSelector:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.components-Editor-EditorBase-ToolSelector-index__toolSelector:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}

.components-Editor-EditorBase-ToolSelector-index__toolSelector:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #ddd;
	border-width: 9px;
	margin-left: -9px;
}

.components-Editor-EditorBase-ToolSelector-index__tool {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  text-decoration: none;
  color: #222;
  font-size: 13px;
}

.components-Editor-EditorBase-ToolSelector-index__tool:hover {
  color: #666;
}

.components-Editor-EditorBase-ToolSelector-index__tool:active {
  color: #888;
}

.components-Editor-EditorBase-ToolSelector-index__tool:last-child {
  border-bottom: none;
}
.components-Editor-EditorBase-index__container {
  background: #eee;
  font-family: "Lato", sans-serif;
  padding-bottom: 45px;
  padding-bottom: 30px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ddd;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-width: 900px;
  min-height: 600px;
  height: 100%;
}

.components-Editor-EditorBase-index__header {
  background: #eee;
  height: 40px;
  color: #444;
  font-size: 15px;
  line-height: 40px;
  z-index: 10;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.components-Editor-EditorBase-index__title {
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: initial;
}

.components-Editor-EditorBase-index__toolbar {
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 12px 0 6px;
}

.components-Editor-EditorBase-index__author {
  float: right;
  font-size: 11px;
  color: #999;
}

.components-Editor-EditorBase-index__author a:hover {
  color: #999;
}

.components-Editor-EditorBase-index__author a {
  text-decoration: none;
  color: #666;
}

.components-Editor-EditorBase-index__githubIcon {
  margin-left: 4px;
}

.components-Editor-EditorBase-index__toolButton {
  height: 32px;
  margin: 3px 0;
  background: transparent;
  border: none;
  font-size: 15px;
  color: #444;
  width: 40px;
  text-align: center;
  border-right: 1px solid #ddd;
}

.components-Editor-EditorBase-index__toolButton:hover {
  color: #777;
}

.components-Editor-EditorBase-index__toolButton:active {
  color: #999;
}

.components-Editor-EditorBase-index__toolButton:focus {
  outline: none;
}

.components-Editor-EditorBase-index__columns {
  display: flex;
  width: 100%;
  height: 100%;
  height: 500px;
  flex: 1;
}

/* uh, oh. very hacky, pls nerf */
.chrome-picker {
  box-shadow: none !important;
  width: auto !important;
  background: transparent !important;
}

.chrome-picker input {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 14px !important;
  padding: 4px 1px 4px 4px !important;
  border-bottom: 2px solid #ddd !important;
}
.components-Editor-Attribute-index__container {
  display: flex;
}

.components-Editor-Attribute-index__name {
  width: 65px;
  font-size: 12px;
  padding: 8px 15px 8px 8px;
  color: #777;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.components-Editor-Attribute-index__control {
  flex: 1;
}

.components-Editor-Attribute-index__control input[type="checkbox"] {
  margin: 0;
  margin-top: 8px;
}

.components-Editor-Attribute-index__control select {
  margin-top: 5px;
}
.components-Common-Form-SliderInput-index__container {
  height: 6px;
  position: relative;
  background: #ccc;
  margin-top: 10px;
  border-radius: 4px;
  width: 135px;
  display: inline-block;
}

.components-Common-Form-SliderInput-index__filling {
  height: 100%;
  background: #6495ed;
  width: 25%;
  position: relative;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.components-Common-Form-SliderInput-index__thumb {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.368627) 0px 1px 4px 0px;
  top: -4px;
  right: -14px;
  box-sizing: border-box;
}

.components-Common-Form-SliderInput-index__thumb:active {
  background: #ddd;
}
.components-Common-Form-NumberInput-index__input {
  width: 36px;
  margin-left: 7px;
  background: transparent;
  border: none;
  font-size: 12px;
  padding: 4px 1px 4px 2px;
  border-bottom: 2px solid #ddd;
}

.components-Common-Form-NumberInput-index__input:focus {
  outline: none;
  border-bottom-color: #6495ed;
}
.components-Common-Form-ColorInput-index__container {
  position: relative;
  display: inline-block;
}

.components-Common-Form-ColorInput-index__preview {
  width: 30px;
  height: 18px;
  border-radius: 3px;
  margin: 5px 0px;
  background-color: #D52525;
  box-shadow: inset 0 0 5px 0px rgba(0, 0, 0, 0.42);
}

.components-Common-Form-ColorInput-index__modal {
  position: absolute;
  top: 28px;
  right: 0;
  width: 300px;
  background: #fff;
  padding: 6px;
  border-radius: 6px;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 17px 0px;
  border: 1px solid #ddd;
}
.components-Editor-Panel-index__container {
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

.components-Editor-Panel-index__noBorder {
  border-bottom: none;
}

.components-Editor-Panel-index__header {
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  height: 30px;
  font-size: 11px;
  line-height: 30px;
  color: #888;
  text-transform: uppercase;
  display: flex;
}

.components-Editor-Panel-index__name {
  flex: 1;
  padding: 0 10px;
}

.components-Editor-Panel-index__button {
  width: 32px;
  border: none;
  border-left: 1px solid #ddd;
  background: transparent;
  font-size: 12px;
  font-weight: bold;
  color: #777;
  text-align: center;
  padding: 0;
}

.components-Editor-Panel-index__button:hover {
  background: rgba(255, 255, 255, 0.5);
}

.components-Editor-Panel-index__button:active {
  background: rgba(255, 255, 255, 0.75);
}

.components-Editor-Panel-index__button:focus {
  outline: none;
}
.components-Editor-Layer-index__container {
  display: flex;
  padding-right: 4px;
  border-bottom: 1px solid #ddd;
  height: 28px;
}

.components-Editor-Layer-index__container:hover {
  background: rgba(255, 255, 255, 0.5);
}

.components-Editor-Layer-index__container:active {
  background: rgba(255, 255, 255, 0.75);
}

.components-Editor-Layer-index__containerActive {
}

.components-Editor-Layer-index__containerActive,
.components-Editor-Layer-index__containerActive:hover,
.components-Editor-Layer-index__containerActive:active {
  background: #fff;
}

.components-Editor-Layer-index__container:last-child {
  border-bottom: none;
}

.components-Editor-Layer-index__name {
  flex: 1;
  padding: 0px 3px;
  font-size: 13px;
  color: #444;
  cursor: default;
  line-height: 28px;
}

.components-Editor-Layer-index__container:hover .components-Editor-Layer-index__button {
  display: inline-block;
}

.components-Editor-Layer-index__button {
  width: 24px;
  border: none;
  background: transparent;
  font-size: 12px;
  color: #777;
  text-align: center;
  padding: 0;
}

.components-Editor-Layer-index__buttonInactive {
  opacity: 0.5;
}

.components-Editor-Layer-index__button:focus {
  outline: none;
}

.components-Editor-Layer-index__preview {
  width: 14px;
  height: 14px;
  margin: 7px 7px 7px 10px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.components-Editor-CodeBox-index__container {
  margin: 12px;
  border: 1px solid #ddd;
  background: white;
  padding: 16px;
  font-size: 13px;
  user-select: text;
  white-space: pre-wrap;
}
.components-Editors-BoxShadowEditor-index__prefixOption {
  padding-right: 10px;
  font-weight: normal;
  text-transform: none;
}
.components-Editors-TextShadowEditor-Preview-index__container {
  height: 250px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  line-height: 250px;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,
body,
#app {
  height: 100%;
}

* {
  user-select: none;
}


/*# sourceMappingURL=app.css.map*/