You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
1.1 KiB
75 lines
1.1 KiB
.col-md-7 .card,
|
|
.col-md-5 .card {
|
|
padding: 1.5rem;
|
|
}
|
|
|
|
.col-md-7 .card .text-center {
|
|
background-color: #f9f9fd;
|
|
}
|
|
|
|
body.dark-mode .col-md-7 .card .text-center {
|
|
background: #2c2c43 !important;
|
|
}
|
|
|
|
.usertop th {
|
|
padding: 0.9rem 0.9rem 0.9rem 0;
|
|
}
|
|
|
|
.usertop td {
|
|
line-height: 70px;
|
|
}
|
|
|
|
.table-striped tbody tr:nth-of-type(odd) {
|
|
background-color: #f1f3fa;
|
|
}
|
|
|
|
body.dark-mode .table.table-striped tbody tr:nth-of-type(odd) {
|
|
background-color: rgba(255, 255, 255, 0.05) !important;
|
|
}
|
|
|
|
.box-body {
|
|
padding: 20px;
|
|
}
|
|
|
|
.box-body .LeadsRecent {
|
|
margin-bottom: 20px;
|
|
line-height: 40px;
|
|
}
|
|
|
|
.box-body .LeadsRecent .avatar img {
|
|
max-width: 40px;
|
|
max-height: 40px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.cta-box {
|
|
background-image: url(/static/img/bg-pattern.png);
|
|
height: 165px;
|
|
background-size: cover;
|
|
}
|
|
|
|
.cta-box .align-items-center {
|
|
align-items: center !important;
|
|
}
|
|
|
|
.cta-box .cta-box-title {
|
|
font-size: 16px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.cta-box h3 {
|
|
color: #fff !important;
|
|
}
|
|
|
|
.col-md-4 .col-md-12 .card-header {
|
|
padding: 0px;
|
|
}
|
|
|
|
.col-md-4 .icon-volume-1 {
|
|
color: #fff !important;
|
|
}
|
|
|
|
.col-md-4 .cta-box {
|
|
padding: 1.5rem;
|
|
}
|
|
|
|
|