| | |
| | | GRID VIEW |
| | | ********************************************/ |
| | | .item-grid:has(.select-item:checked) .item { |
| | | padding: 2rem; |
| | | padding: .75rem; |
| | | opacity : .8; |
| | | filter: var(--filter); |
| | | } |
| | |
| | | 0%, 100% {border-color: inherit} |
| | | 50% {border-color: var(--b)} |
| | | } |
| | | |
| | | .location.field { |
| | | width: 80vw; |
| | | } |
| | | .location.field > p { |
| | | text-align: center; |
| | | } |
| | | .location.field > p + p { |
| | | margin: 0 .5rem 0 0; |
| | | } |
| | | .location.field .location-map { |
| | | height: 20vh; |
| | | } |
| | | .location.field .location-links { |
| | | padding: .5rem 0; |
| | | display: flex; |
| | | justify-content: space-evenly; |
| | | } |
| | | |
| | | .item-grid .item, |
| | | .field.upload [data-upload-id] { |
| | | touch-action: none; |
| | | } |