Lobashov_Ivan_PIBD-21_IP/Lab2/css/admin.css
2024-01-10 22:39:31 +04:00

45 lines
683 B
CSS

@import 'index.css';
main {
background-color: var(--color16);
color: white;
background-size: cover;
}
.admin{
font-family: 'Times New Roman', Times, serif !important;
font-weight: 600 !important;
padding-top: 50px !important;
}
.tabl_2{
margin-top: 25px;
}
@media (max-width: 770px) {
.admin{
font-size: 8px !important;
}
.btn-dob{
font-size: 10px !important;
}
.btn-dob-page{
font-size: 10px !important;
}
}
.btn-dob{
background-color: #a86e38 !important;
border: solid 2px #6a6b1f ;
}
.btn-dob-page{
background-color: #92a838 !important;
border: solid 2px #6a6b1f ;
}