адаптив основной страниц под экраны с разрешениями >1920
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user