Button width

merge-requests/21/head
Bob Mottram 2021-02-25 13:16:11 +00:00
parent 4a2ecac4f4
commit 3f6beb73c2
1 changed files with 4 additions and 3 deletions

View File

@ -15,6 +15,7 @@
--text-entry-foreground: #ccc; --text-entry-foreground: #ccc;
--text-entry-background: #111; --text-entry-background: #111;
--time-color: #aaa; --time-color: #aaa;
--welcome-button-width: 10ch;
--button-text: #FFFFFF; --button-text: #FFFFFF;
--button-background: #999; --button-background: #999;
--button-selected: #666; --button-selected: #666;
@ -112,7 +113,7 @@ button {
margin: 8px 0; margin: 8px 0;
border: none; border: none;
cursor: pointer; cursor: pointer;
width: 100%; width: var(--welcome-button-width);
font-size: var(--welcome-font-size); font-size: var(--welcome-font-size);
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
} }
@ -191,7 +192,7 @@ span.psw {
margin: 8px 0; margin: 8px 0;
border: none; border: none;
cursor: pointer; cursor: pointer;
width: 100%; width: var(--welcome-button-width);
font-size: var(--welcome-font-size); font-size: var(--welcome-font-size);
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
} }
@ -231,7 +232,7 @@ span.psw {
margin: 8px 0; margin: 8px 0;
border: none; border: none;
cursor: pointer; cursor: pointer;
width: 100%; width: var(--welcome-button-width);
font-size: var(--welcome-font-size-mobile); font-size: var(--welcome-font-size-mobile);
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
} }