You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

26 lines
377 B

.admin-page {
min-height: calc(100vh - 60px);
background-color: #f9f9f9;
}
.admin-header {
background-color: #fff;
border-bottom: 1px solid #e5e5e5;
padding: 32px 24px;
text-align: center;
}
.admin-header h1 {
margin: 0 0 8px 0;
font-size: 28px;
font-weight: 500;
color: #030303;
}
.admin-header p {
margin: 0;
font-size: 14px;
color: #606060;
}