aws / amazon-gamelift-plugin-unity

The Amazon GameLift Plugin for Unity contains libraries and native UI that makes it easier to access GameLift resources and integrate GameLift into your Unity game. You can use the GameLift Unity Plugin to access GameLift APIs and deploy AWS CloudFormation templates for common gaming scenarios.
https://aws.amazon.com/gamelift/getting-started/
Apache License 2.0
81 stars 16 forks source link

Clean styling tweaks #221

Closed AWSJackson closed 10 months ago

AWSJackson commented 10 months ago

Fixed a bug with removing the redeploy button from the managed ec2 UI that caused a NullPointerException.

Fixing various styling bugs:

Popup border didn't fill the whole space before

Before popup_border_w_bottom_trail

After popup_border_fills_space

Primary button hover contrast is higher (~16% brightness increase which was measured based on default button hover contrast)

primary_button_no_hover primary_button_w_hover

Profile selector spacing did not match the mocks + text items in the forms previously didn't line up vertically with their labels (this is fixed for the whole UI)

Before profile_before_spacing

After profile_updated_spacing

Folder buttons now match the mocks - no button visual until hovered over, and the sizing matches the input field

Top button shows normal state, bottom button shows hovered state updated_folder_buttons

Landing page buttons now fill their container

updated_landing_buttons

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.