Toggle menu
648
117
74
6.9K
Landrace.Wiki - The Landrace Cannabis Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 15:01, 27 August 2025 by Eloise Zomia (talk | contribs)
/* Actions row + search */
.mw-parser-output .lw-actions {
  display: flex; flex-wrap: wrap; gap: 12px;
  justify-content: center; align-items: center;
  max-width: 1080px; margin: 12px auto 24px auto;
}
.mw-parser-output .lw-pill {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 9px 14px; border: 1px solid #cfd7c9; border-radius: 999px;
  background: #fff; color: #2d5016; font-weight: 600; text-decoration: none;
}
.mw-parser-output .lw-pill:hover { background: #f3f4f6; }
.mw-parser-output .lw-search {
  display: flex; gap: 8px; align-items: center;
  border: 1px solid #e5e7eb; border-radius: 999px; padding: 6px 10px; background:#fff;
}
.mw-parser-output .lw-search input[type="search"] {
  border: 0; outline: 0; font-size: 16px; min-width: 260px; background: transparent;
}
.mw-parser-output .lw-search input[type="submit"] {
  border: 0; background: #2d5016; color: #fff; padding: 6px 12px; border-radius: 999px; cursor: pointer;
}