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{
padding-top: 25px !important;
}
@media only screen and (max-width: 575px){
.checklabel{
height: 123px;
@ -151,11 +152,7 @@ body{
padding-top: 16px !important;
}
}
@media only screen and (max-width: 992px) and (min-width: 575px) {
.box12{
padding: 11px !important;
}
}
.form-switch .form-check-input {
padding: 10px 16px;
background-color: black;
@ -168,3 +165,12 @@ body{
.bar{
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;
}
.checklabel{
background-color: white ;
width: 150px;
background-color: white !important;
width: 150px ;
height: 134px ;
}
</style>

View File

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