master
Waqar Ul Zafar 2023-03-12 20:21:34 +05:00
parent e7612deead
commit 672f0fb3bf
3 changed files with 19 additions and 7 deletions

View File

@ -141,6 +141,7 @@ body{
.checklabel123{ .checklabel123{
padding-top: 25px !important; padding-top: 25px !important;
} }
@media only screen and (max-width: 575px){ @media only screen and (max-width: 575px){
.checklabel{ .checklabel{
height: 123px; height: 123px;
@ -151,11 +152,7 @@ body{
padding-top: 16px !important; padding-top: 16px !important;
} }
} }
@media only screen and (max-width: 992px) and (min-width: 575px) {
.box12{
padding: 11px !important;
}
}
.form-switch .form-check-input { .form-switch .form-check-input {
padding: 10px 16px; padding: 10px 16px;
background-color: black; background-color: black;
@ -168,3 +165,12 @@ body{
.bar{ .bar{
background-color: #e9c046 !important; background-color: #e9c046 !important;
} }
.progress-bar {
background-color: #e9c046 !important;
}
.checklabel{
background: white !important;
}
.checklabel:hover{
background: #e9c046 !important;;
}

View File

@ -51,7 +51,8 @@ export default {
background-color: #e9c046 !important; background-color: #e9c046 !important;
} }
.checklabel{ .checklabel{
background-color: white ; background-color: white !important;
width: 150px ; width: 150px ;
height: 134px ;
} }
</style> </style>

View File

@ -144,4 +144,9 @@ export default {
fill: white; fill: white;
} }
@media only screen and (max-width: 992px) and (min-width: 575px) {
.box12{
padding: 11px !important;
}
}
</style> </style>