Added scss

This commit is contained in:
CHIEFSOFT\ameye
2024-12-05 10:41:45 -05:00
parent a0cf6db4b8
commit f023f1d77c
170 changed files with 32386 additions and 2 deletions
+43
View File
@@ -0,0 +1,43 @@
.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;
}
}
}