restore composer.json, add mysqli extension
This commit is contained in:
67
public/vendor/dashboard/app-assets/css/pages/card-analytics.css
vendored
Executable file
67
public/vendor/dashboard/app-assets/css/pages/card-analytics.css
vendored
Executable file
@@ -0,0 +1,67 @@
|
||||
/*========================================================
|
||||
DARK LAYOUT
|
||||
=========================================================*/
|
||||
.customer-info.list-group .list-group-item:last-child
|
||||
{
|
||||
border-bottom-right-radius: .5rem;
|
||||
border-bottom-left-radius: .5rem;
|
||||
}
|
||||
|
||||
.customer-info.list-group .list-group-item .series-info i
|
||||
{
|
||||
top: 0;
|
||||
|
||||
margin-right: .3rem;
|
||||
}
|
||||
|
||||
.avg-sessions .progress
|
||||
{
|
||||
margin-top: .5rem;
|
||||
}
|
||||
|
||||
.analytics-list.list-group .list-group-item
|
||||
{
|
||||
border: 0;
|
||||
}
|
||||
.analytics-list.list-group .list-group-item:first-child
|
||||
{
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
.analytics-list.list-group .list-group-item .btn
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
.analytics-list.list-group .list-group-item:hover .btn
|
||||
{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.chart-dropdown .btn
|
||||
{
|
||||
font-size: .8rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
.chart-dropdown .btn:after
|
||||
{
|
||||
position: relative;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 992px) and (min-width: 768px)
|
||||
{
|
||||
.analytics-list .float-left,
|
||||
.analytics-list .float-right
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
|
||||
{
|
||||
#dashboard-analytics .avatar .avatar-content,
|
||||
#statistics-card .avatar .avatar-content
|
||||
{
|
||||
padding: 0 !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user