PATH:
home
/
rwabteecom
/
project_11
/
public
/
dashboard
/
css
/
pages
/
Editing: _analytics.scss
.analytic-con, .analytic-box { background-color: var(--white-color); border-radius: 20px; } .analytic-box .analytic-box-icon { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 50%; } .analytic-box p { font-weight: 400; line-height: 18px; color: #718EBF; } .analytic-box h5 { font-weight: 600; line-height: 19.36px; text-align: left; color: #232323; } .totalViews.analytic-box .analytic-box-icon { background-color: #DCFAF8; } .totalClicks.analytic-box .analytic-box-icon { background-color: #FFE0EB; } .CrtBox.analytic-box .analytic-box-icon { background-color: #E7EDFF; } .datepicker-con { width: 100%; border: 1px solid #DDDDDD; background-color: var(--white-color); height: 47px; border-radius: 55px; } .datepicker-con input { width: 100%; height: 100%; border: none; outline: none; box-shadow: none; border-radius: 55px; } .analytic-tabs .nav-tabs .nav-link { background-color: transparent; font-size: 20px; font-weight: 400; line-height: 30px; color: #777777; padding: 12px; } .analytic-tabs .nav-tabs { border-bottom: 1px solid #D4D4D4 } .analytic-tabs .nav-tabs .nav-link.active, .analytic-tabs .nav-tabs .nav-item.show .nav-link, .analytic-tabs .nav-tabs .nav-link.active, .analytic-tabs .nav-tabs .nav-link:active { color: var(--main-color); border-color: var(--main-color); font-weight: 600; } .custom-legend-item { width: 20px; /* Adjust the width of the square */ height: 20px; /* Adjust the height of the square */ display: flex; margin-right: 10px; border-radius: 50%; } .chart-total p { font-weight: 400; line-height: 18.15px; color: #16DBCC; } .chart-total p.pink-color { color: #FF82AC; } .analytic-table-con .table-title { border-bottom: 1px solid #e0e0e0; font-size: 20px; font-weight: 600; line-height: 24.2px; color: var(--black-color); } .analytic-table-con .table th, .analytic-table-con .table td { font-weight: 500; line-height: 21.78px; color: var(--black-color); vertical-align: middle; font-size: 16px; } .analytic-table-con .table tr td { border: none; } .analytic-table-con .table tr td .link-rank { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background-color: #F1AA1E; font-size: 18px; font-weight: 700; line-height: 26.63px; color: #FFFFFF; } .analytic-table-con .table tr td .link-url { font-weight: 500; line-height: 21.78px; text-align: left; color: #062AEA; } .analytic-table-con .table tr td .link-url:hover { color: #142375; } .analytic-table-con .table tr td .show-link-status { display: flex; align-items: center; justify-content: center; background-color: #FFE8D6; color: var(--main-color); width: fit-content; padding: 8px 16px; font-weight: 500; line-height: 16.94px; border-radius: 5px; } .analytic-table-con .table tr td .show-link-status:hover { background-color: #f2d7c2; } .analytic-table-con .table tr td .link-icon-url { color: var(--black-color); } #socialLinks, #linksChart { max-height: 600px; } #socialLinks, #linksChart { min-height: 400px; } #linkSatusChart, #ViewsClicksChart { min-height: 250px; } // ----------------------- // Single-Link-page .Single-Link-header h3 { color: rgba(0, 0, 0, 1); font-weight: 600; line-height: 42px; } .Single-Link-header h5 { color: rgba(0, 0, 0, 1); font-weight: 400; line-height: 27px; }
SAVE
CANCEL