You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
376 B
18 lines
376 B
#views-exposed-form-search-page-1 .form--inline { |
|
position: relative; |
|
display: table; |
|
border-collapse: separate; |
|
} |
|
.view-search .views-row { |
|
font-size: 2rem; |
|
border: 1px solid #ccc; |
|
background-color: #fff !important; |
|
margin: 2rem 0; |
|
padding: 2rem; |
|
.item-list { |
|
list-style-position: outside; |
|
margin-left: 1rem; |
|
} |
|
} |
|
|
|
|
|
|