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