UNPKG

qp-es-ui

Version:

Query Park UI Components for React

43 lines (38 loc) 715 B
.SearchBar { margin: 20px; width : 400px; height : 20px; } .ip2 { margin: 20px; border-radius: 10px; border: 1px solid black; padding: 20px; width: 400px; height: 10px; align-self: center; } input[type=text]:focus { border: 1px solid green; outline: none; } .gallery{ float: left; width: 60%; margin: 1%; } .gallery p { word-break: break-all; } .pagination-bottom{ display: flex; width: 700px; } .SearchOption { display: flex; flex-direction: column; align-content : right; border-left: 5px solid transparent; border-right: 5px solid transparent; padding: 16px; }