Internt_Programmirovanie_PI.../Lab4/web-site vite/Old_HTMLs/Courses.css
2023-11-21 12:37:22 +04:00

53 lines
978 B
CSS

.modal-dialog-style{
height: fit-content !important;
width: 80% !important;
}
.modalStyle{
background-color: #9b9b9b !important;
border: 7px solid #424242 !important
}
.purple{
background-color: #8c00e2 !important;
}
.dark-grey{
background-color: #424242 !important;
}
.light-grey{
background-color: #d9d9d9 !important;
}
.formStyle{
background-color: rgba(155,155,155,0.8) !important;
border: 7px solid #424242 !important
}
.formSizeStyle{
width: 70% !important;
min-width: 320px!important;
}
.accauntPanel{
height: 100px !important;
width: 290px !important;
}
.wfitcon{
width: fit-content !important;
}
.hfitcon{
height: fit-content !important;
}
.minH-500{
min-height: 500px !important;
}
.minW-160{
min-width: 160px !important;
}
.width-100{
width: 100% !important;
}
.height-200{
height: 200px !important;
}
.height-300{
height: 300px !important;
}
.height-500{
height: 500px !important;
}