blob: 88d9a1982319aab5f51192d07327a5bcb4958d71 [file] [log] [blame]
.contacts-grid-wrapper {
position: relative;
}
.dropdown-open:hover {
background-color: transparent;
}
.diverse-options {
display: flex;
justify-content: space-between;
align-content: center;
background-color: #f5f7f7;
border: 1px solid rgb(189, 195, 199);
padding: 7px 7px 5px 7px;
margin-bottom: 1px;
}
.diverse-options-item{
padding-right: 7px;
border-right: solid 1px #ddd;
}
ag-grid-angular {
height: calc(100vh - 275px);
}
.form-field-label {
width: 100%;
font-size: 13px;
font-weight: bold;
margin-bottom: 5px;
}
.selectTypeOfNewContact {
align-self: center;
margin-right: 2px;
}
.filtering{
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
}
.filter-options{
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
}
.item {
margin: 5px;
}
.save-filter {
display: flex;
align-items: center;
min-width: 152px;
}
.save-filter > button {
margin: 0 10px;
line-height: 1.5;
font-size: 12px;
font-weight: 400;
color: #333;
background-color: #fff;
border-radius: 6px;
border-color: #ccc;
}
.save-filter > button:hover{
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.save-filter button .fa {
margin-right: 10px;
}
.sorting-options{
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
}