#app {
  padding: 30px;
}

.emailSignature {
  width: calc(100vh - 300px);
}

aside {
  line-height: 1.5em;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #0c162d;
  width: 300px;
  padding: 30px;
  height: 100vh;
  color: #fff;
  overflow-y: scroll;
}

aside .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

aside .title {
  margin-bottom: 30px;
}

aside .title h1 {
  opacity: 0.7;
  font-size: 30px;
}

aside .title h3 {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: normal;
  -webkit-transform: translatex(2px) translatey(-5px);
          transform: translatex(2px) translatey(-5px);
}

aside .title h1,
aside .title h3 {
  margin: 0;
}

aside #controls {
  width: 100%;
}

aside h3,
aside h4,
aside p {
  margin: 0;
}

aside p {
  margin-bottom: 15px;
}

aside label {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}

aside input {
  padding: 5px 10px;
  width: 100%;
  color: #000;
}

aside .input {
  margin-bottom: 20px;
}

aside .input .description {
  font-size: 12px;
  margin-top: 10px;
}

aside .description {
  margin-bottom: 10px;
}

aside h4 {
  margin-bottom: 0;
}

aside [type="color"] {
  padding: 2px;
}

aside a {
  color: #fff;
}

aside #logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
}

aside #logo img {
  margin-right: 10px;
  width: 70px;
}

aside #logo span {
  display: block;
  font-size: 12px;
}

aside #logo span:last-of-type {
  font-weight: 700;
  font-size: 20px;
}

pre {
  background-color: #eee;
  padding: 10px;
  margin: 10px;
  border: 2px solid #ccc;
  width: 400px;
  font-size: 16px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*# sourceMappingURL=style.css.map */