44 lines
1.1 KiB
SCSS
44 lines
1.1 KiB
SCSS
.clients-contant{
|
|
.form-check input[type=checkbox]{
|
|
content: '';
|
|
position: absolute;
|
|
left: auto;
|
|
top: 0;
|
|
width: 1.25em; height: 1.25em;
|
|
border: 2px solid #ccc;
|
|
background: $white;
|
|
border-radius: 4px;
|
|
}
|
|
.clients-contant-table{
|
|
.dot{
|
|
background-color: #26de81;
|
|
border-radius: 10px;
|
|
margin-right: 6px;
|
|
width: 10px;
|
|
height: 10px;
|
|
display: inline-block;
|
|
}
|
|
tr{
|
|
border-bottom: 1px solid #dee2e6;
|
|
td, th{
|
|
vertical-align: middle;
|
|
align-items: center;
|
|
border-top: 0px solid #dee2e6;
|
|
border-bottom: 0px solid #dee2e6 !important;
|
|
}
|
|
th{
|
|
border-bottom: 1px solid #dee2e6 !important;
|
|
&:last-child{
|
|
border-bottom:0px solid;
|
|
}
|
|
}
|
|
}
|
|
.btn.btn-icon{
|
|
width: 30px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
}
|
|
}
|
|
|