Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/recipe-fiddle.git
@import "../theme/ajui.less";

div #app-nav-container {
  border-top: 2px solid @header-nav-diet;
}

div #app-content {
  display: inline-block;
  width: 100%;
}

div #footer {
  background-color: @header-nav-diet;
}

div.dietary-preference {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
  width: 25%;
}

/* Stylize each preference group. */
div.ingredient-preferences {
  display: block;
  border: 1px dashed @header-nav-diet;
}

/* Hanging indent for individual preferences. */
div.ingredient-preference {
  padding-left: 1.75em;
  text-indent: -1.75em;
}