Files
website/src/css/templates/recipe_catalog.scss
T

32 lines
681 B
SCSS

/*
Crafting Guide - mod_versions.scss
Copyright (c) 2014 by Redwood Labs
All rights reserved.
*/
.view__recipe_catalog {
button {
@include center-vertical;
position: absolute; right: 1em;
}
input { border: 0; font-size: 1.5em; width: 90%; }
table {
background: white;
margin: 0 auto;
width: 100%;
td {
position: relative; height: 2 * $font-size-normal;
padding: 0 1em;
vertical-align: middle;
}
td:nth-child(1) { width: 5%; }
td:nth-child(2) { width: 30%; }
td:nth-child(3) { width: 65%; border-left: 0.1em solid $color-brick-light; }
}
}