From e00a07d10cef0bb76ffc3571c2fc553f6bc77f1d Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 24 Feb 2022 18:15:08 -0800 Subject: [PATCH] Various styling fixes and adjustments --- components/Button/index.scss | 4 ++++ components/Party/index.scss | 5 ++++- components/PartySegmentedControl/index.scss | 1 + components/SegmentedControl/index.scss | 1 - components/WeaponGrid/index.scss | 4 ++++ 5 files changed, 13 insertions(+), 2 deletions(-) diff --git a/components/Button/index.scss b/components/Button/index.scss index 666d1800..0b4b88d0 100644 --- a/components/Button/index.scss +++ b/components/Button/index.scss @@ -61,6 +61,10 @@ } } + &.Active { + background: white; + } + &.btn-blue { background: $blue; color: #8b8b8b; diff --git a/components/Party/index.scss b/components/Party/index.scss index 558ffbe9..77ab6f2b 100644 --- a/components/Party/index.scss +++ b/components/Party/index.scss @@ -1,4 +1,7 @@ -.Extra { +#Party { + margin-bottom: $unit * 4; +} +#Party .Extra { color: #888; display: flex; font-weight: 500; diff --git a/components/PartySegmentedControl/index.scss b/components/PartySegmentedControl/index.scss index 96b9f789..a161a3ca 100644 --- a/components/PartySegmentedControl/index.scss +++ b/components/PartySegmentedControl/index.scss @@ -3,6 +3,7 @@ gap: 58px; justify-content: center; margin: 0 auto; + margin-bottom: $unit * 3; max-width: 760px; position: relative; } diff --git a/components/SegmentedControl/index.scss b/components/SegmentedControl/index.scss index 7051099a..2ae75feb 100644 --- a/components/SegmentedControl/index.scss +++ b/components/SegmentedControl/index.scss @@ -1,7 +1,6 @@ .SegmentedControlWrapper { display: flex; justify-content: center; - margin-bottom: $unit * 3; } .SegmentedControl { diff --git a/components/WeaponGrid/index.scss b/components/WeaponGrid/index.scss index 7c37255b..26ea7f7d 100644 --- a/components/WeaponGrid/index.scss +++ b/components/WeaponGrid/index.scss @@ -21,6 +21,10 @@ margin-bottom: $unit * 2; margin-right: $unit * 2; } + + &:nth-last-child(-n+3) { + margin-bottom: 0; + } } .grid_weapons > *:nth-child(3n+3) {