| | |
| | | .nominationForAppointmentBox { |
| | | min-width: 900px; |
| | | |
| | | .searchTitle { |
| | | font-size: 16px; |
| | | font-weight: bold; |
| | | margin-bottom: 10px; |
| | | color: #333; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | } |
| | | |
| | | .searchBox { |
| | | width: 100%; |
| | | display: flex; |
| | | justify-content: flex-start; |
| | | align-items: center; |
| | | |
| | | .searchItem { |
| | | margin-right: 20px; |
| | | } |
| | | |
| | | .searchBtn { |
| | | flex: 1; |
| | | display: flex; |
| | | justify-content: flex-end; |
| | | |
| | | button { |
| | | margin-left: 10px; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .paginationCard { |
| | | .ant-card-body { |
| | | padding: 10px !important; |
| | | display: flex; |
| | | justify-content: flex-end; |
| | | align-items: center; |
| | | } |
| | | } |
| | | |
| | | } |
| | | |
| | | |
| | | .functionBtn { |
| | | width: 100%; |
| | | display: flex; |
| | | justify-content: flex-end; |
| | | align-items: center; |
| | | |
| | | button { |
| | | margin: 0 10px; |
| | | } |
| | | } |