fix inputs
This commit is contained in:
parent
0cad1dd711
commit
096b47ee5e
@ -40,12 +40,12 @@ export const GlobalStyle = createGlobalStyle`
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.MuiInputLabel-outlined {
|
/* .MuiInputLabel-outlined {
|
||||||
margin-top: 11px;
|
margin-top: 11px;
|
||||||
}
|
}
|
||||||
.Mui-focused {
|
.Mui-focused {
|
||||||
margin-top: 0!important;
|
margin-top: 0!important;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.datePicker {
|
.datePicker {
|
||||||
.MuiOutlinedInput-input, .MuiInputBase-input, .MuiInputBase-inputAdornedEnd, .css-nxo287-MuiInputBase-input-MuiOutlinedInput-input {
|
.MuiOutlinedInput-input, .MuiInputBase-input, .MuiInputBase-inputAdornedEnd, .css-nxo287-MuiInputBase-input-MuiOutlinedInput-input {
|
||||||
|
|||||||
@ -187,6 +187,15 @@ export const TelemetriaView = styled.main`
|
|||||||
background-color: #F9F9F9;
|
background-color: #F9F9F9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input {
|
||||||
|
.MuiInputLabel-outlined {
|
||||||
|
margin-top: 11px;
|
||||||
|
}
|
||||||
|
.Mui-focused {
|
||||||
|
margin-top: 0!important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
font-family: 'Inter';
|
font-family: 'Inter';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|||||||
@ -19,6 +19,13 @@ export const EconomyView = styled.main`
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.MuiInputLabel-outlined {
|
||||||
|
margin-top: 11px;
|
||||||
|
}
|
||||||
|
.Mui-focused {
|
||||||
|
margin-top: 0!important;
|
||||||
|
}
|
||||||
|
|
||||||
.chartBox {
|
.chartBox {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user