23 lines
569 B
CSS
23 lines
569 B
CSS
.admin-header-box {
|
|
background: linear-gradient(45deg, #4e73df, #224abe);
|
|
color: white;
|
|
padding: 1.5rem !important;
|
|
border-radius: 1rem !important;
|
|
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
|
|
margin-bottom: 2rem !important;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.admin-header-box h4 {
|
|
font-weight: 700 !important;
|
|
margin-bottom: 0 !important;
|
|
color: white !important;
|
|
}
|
|
|
|
.admin-header-box p {
|
|
margin-bottom: 0 !important;
|
|
opacity: 0.75;
|
|
font-size: 0.875rem;
|
|
} |