mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
refactor: enhance text field styles
This commit is contained in:
parent
e457950761
commit
8cb231329b
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
||||||
border: solid 1px globals.$border-color;
|
border: solid 1px globals.$border-color;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
|
flex: 1;
|
||||||
|
min-width: 0;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
border-color: rgba(255, 255, 255, 0.5);
|
border-color: rgba(255, 255, 255, 0.5);
|
||||||
|
@ -67,6 +69,8 @@
|
||||||
&__text-field-wrapper {
|
&__text-field-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: globals.$spacing-unit;
|
gap: globals.$spacing-unit;
|
||||||
|
width: 100%;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__error-label {
|
&__error-label {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue