адаптив основной страниц под экраны с разрешениями >1920

This commit is contained in:
DmitriyB
2022-07-28 12:36:02 +05:00
parent 5f3b85a0cb
commit 2d9dc77d9f
4 changed files with 69 additions and 0 deletions
+22
View File
@@ -37,4 +37,26 @@
.request-form-submit-button:hover {
opacity: 0.7;
}
@media screen and (min-width: 2000px) {
.MuiTextField-root {
/* padding: 20px !important; */
/* height: 100px; 25 12 8 */
}
.MuiInputLabel-root {
/* top: 0px !important; */
line-height: 1vw !important;
}
.MuiFilledInput-input {
font-size: 1vw !important;
/* height: 40% !important; */
padding: 1vw .5vw .4vw !important;
}
.MuiInputLabel-root {
font-size: .8vw !important;
}
}