Browse Source

facet buttons

master
rdrew 2 weeks ago
parent
commit
ea8565d9e8
  1. 7
      css/components/button.css
  2. 3
      css/components/form-textarea.css

7
css/components/button.css

@ -41,8 +41,9 @@
text-decoration: none;
color: var(--color-text-primary-loud);
border: solid 2px currentColor;
background: none;
background: #fff;
font-weight: 700;
box-shadow: rgba(0, 0, 0, 0.39) 0px 5px 11px -2px;
}
.button:focus {
@ -68,8 +69,8 @@
*/
@supports (display: inline-flex) {
.button,
.facets-soft-limit-link {
.button,
.facets-soft-limit-link {
display: inline-flex;
align-items: center;

3
css/components/form-textarea.css

@ -17,7 +17,8 @@ textarea {
padding: var(--sp);
}
.region--sidebar input.form-text {
max-width: 14em;
/* max-width: 14em; */
width: 100%;
}
.region--sidebar .advanced-search-form {
input.form-text {

Loading…
Cancel
Save