68 lines
1.3 KiB
CSS
Executable File
68 lines
1.3 KiB
CSS
Executable File
/*========================================================
|
|
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;
|
|
}
|
|
}
|