/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.status-none {
  display: none !important;
}

.reduced-heading {
  font-size: 1rem;
}

.support-color {
  color: #093
}

.public-color {
  color: #06f
}

.tip-color {
  color: #c3f
}

.yellow {
  color: #fb4
}

.orange {
  color: rgb(202, 98, 1)
}

.red {
  color: #f11
}

.smaller-text {
  font-size: 0.9rem
}

.app-preview {
  height: 667px;
  width: 375px;
  border: 1px solid;
}

.sortable > li {
  border: 1px solid rgb(204, 204, 204);
  padding: 5px 5px 5px 15px;
  list-style: none;
  margin: 2px;
}

.sortable-placeholder {
  border: 1px solid rgb(204, 204, 204);
  height: 36px;
}

.plant-list-subtext {
  font-size: 13px;
}

.plant-list-emphasize {
  font-weight: 600;
}

.nav-tooltip {
  font-size: 0.7em;
  position: relative;
  top: -4px;
  left: -1px;
}

#changelog h1 {
  font-size: 30px
}

#changelog h2 {
  font-size: 24px
}

#changelog h3 {
  font-size: 20px
}

#div_id_plants select {
  height: 300px;
}