first commit
This commit is contained in:
23
public/css/adminHeader.css
Normal file
23
public/css/adminHeader.css
Normal file
@@ -0,0 +1,23 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user