mirror of
https://github.com/logto-io/logto.git
synced 2025-02-03 21:48:55 -05:00
fix(console): date picker input height (#1171)
This commit is contained in:
parent
0098cc1892
commit
6ca1395b8b
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@
|
||||||
transition: background-color 5000s ease-in-out 0s;
|
transition: background-color 5000s ease-in-out 0s;
|
||||||
-webkit-text-fill-color: var(--color-text);
|
-webkit-text-fill-color: var(--color-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&[type='date'] {
|
||||||
|
height: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.disabled {
|
&.disabled {
|
||||||
|
|
Loading…
Add table
Reference in a new issue