.contacts-grid-wrapper { | |
position: relative; | |
} | |
.dropdown-open:hover { | |
background-color: transparent; | |
} | |
.diverse-btn{ | |
display: flex; | |
justify-content: flex-end; | |
background-color: #f5f7f7; | |
border: 1px solid rgb(189, 195, 199); | |
padding: 7px 7px 5px 0px; | |
margin-bottom: 1px; | |
} | |
ag-grid-angular{ | |
height: calc(100vh - 275px); | |
} | |
.form-field-label { | |
width: 100%; | |
font-size: 14px; | |
font-weight: bold; | |
margin-bottom: 5px; | |
} | |
.selectTypeOfNewContact{ | |
margin-right: 2px; | |
margin-bottom: 2px; | |
} |