Fixing last couple of auth dialogs

This commit is contained in:
John Lyon-Smith
2018-03-24 10:53:34 -07:00
parent ce25d56dfe
commit cb708c720f
16 changed files with 312 additions and 274 deletions

View File

@@ -54,6 +54,8 @@ const sizeInfo = {
buttonHeight: 40,
buttonPadding: '0 15px 0 15px',
buttonWidth: 125,
buttonWideWidth: 225,
checkboxSize: 25,
checkmarkBorder: '0 3px 3px 0',
@@ -72,7 +74,6 @@ const sizeInfo = {
formRowSpacing: 20,
formBoundIcon: 30,
formBoundIconMargin: 0,
formButtonLarge: 225,
listBorderWidth: 1,
listTopBottomGap: 10,
@@ -83,6 +84,8 @@ const sizeInfo = {
modalShadowWidth: 25,
modalMessageIcon: 150,
profileWidth: '65vw',
inputPadding: 5,
inputBorderRadius: 5,