Adjust font sizes.

This commit is contained in:
kovacsv 2022-05-09 17:53:51 +02:00
parent eed13243c4
commit 18727ddba3
2 changed files with 9 additions and 8 deletions

View File

@ -9,12 +9,6 @@
src: url('Quicksand/Quicksand-Regular.ttf');
}
input, select, textarea
{
outline: none;
font-family: Quicksand;
}
html, body
{
color: var(--ov_foreground_color);
@ -56,6 +50,13 @@ li
display: var(--ov_only_on_model_display);
}
input, select, textarea
{
font-family: Quicksand;
font-size: 16px;
outline: none;
}
@media (hover)
{

View File

@ -138,7 +138,7 @@ div.ov_dialog div.ov_dialog_copyable_input
div.ov_dialog div.ov_dialog_copyable_input input
{
width: 70%;
margin-top: 6px;
margin-top: 3px;
box-sizing: border-box;
float: left;
border: 0px;
@ -271,7 +271,7 @@ div.ov_snapshot_dialog_param_name
{
width: 60px;
margin-left: 30px;
margin-top: 3px;
margin-top: 6px;
float: left;
}