51 lines
840 B
CSS
51 lines
840 B
CSS
.fr-layout-content .content-right .inner {
|
|
padding-left: 100px;
|
|
}
|
|
|
|
.fr-layout-content .main-block{
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.fr-layout-content {
|
|
position: relative;
|
|
padding: 23px 0 0px;
|
|
background: #f3f4f6;
|
|
}
|
|
|
|
.full_modal-bg{
|
|
z-index: 9999;
|
|
}
|
|
#client-history__bg{
|
|
z-index: 999;
|
|
}
|
|
.clients{
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.kanban .kanban__stage {
|
|
display: table-cell;
|
|
min-width: 300px;
|
|
width: 300px;
|
|
}
|
|
|
|
.kanban__items-list{
|
|
min-width: 300px;
|
|
}
|
|
|
|
.search-funnel-item {
|
|
display: inline-block;
|
|
position: relative;
|
|
min-width: 65px;
|
|
border: 1px solid rgb(67,160,71);
|
|
color: rgb(67,160,71);
|
|
cursor: pointer;
|
|
padding: 3px 28px 5px 15px;
|
|
margin-right: 10px;
|
|
border-radius: 3px;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
}
|
|
.search-funnel-item.active{
|
|
background: #ffffff;
|
|
}
|