diff --git a/resources/views/admin/home.blade.php b/resources/views/admin/home.blade.php index f7f4fec..d559142 100644 --- a/resources/views/admin/home.blade.php +++ b/resources/views/admin/home.blade.php @@ -127,12 +127,21 @@ left: -10px; top: 50%; } + .static2 .static2__item .static2__item--label:nth-child(2)::before { + background: #548fee; + } + .static2 .static2__item .static2__item--label:nth-child(3)::before { + background: #78d3a9; + } .static1 .static1__item .static1__item--value,.static2 .static2__item .static2__item--value { font-weight: 600; color: #333; line-height: 2; font-size: 15px; } + .static2 .static2__item .static2__item--value { + text-align: center; + } @endpush