luci-material-theme: align text buttons center

The text inside the buttons is aligned to the top. This change mades
it aligned to the center.

Signed-off-by: Miguel Angel Mulero Martinez <migmul@gmail.com>
This commit is contained in:
Miguel Angel Mulero Martinez 2022-05-01 09:23:04 +02:00
parent 6b3bba36d1
commit 9e73a04adb

View file

@ -200,6 +200,7 @@ input,
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
box-shadow: none; box-shadow: none;
align-items: center;
} }
select, select,