commit 392bae4f8277d97b28b70233aa2b90052925182d parent 958ae49f101375694123bc726412438e1b688984 Author: tanhengyeow <E0032242@u.nus.edu> Date: Wed, 15 Jul 2020 18:20:09 +0800 Update styles for Activity page Diffstat:
| M | frontend/src/components/activity/Activity.less | | | 19 | +++++++++++++++++++ |
1 file changed, 19 insertions(+), 0 deletions(-)
diff --git a/frontend/src/components/activity/Activity.less b/frontend/src/components/activity/Activity.less @@ -10,3 +10,22 @@ bottom: 0; margin-bottom: 40px; } + +.activity-buttons-row { + margin: 50px 0px 50px 0px; + display: flex; + justify-content: space-between; +} + +.account-id { + display: flex; + align-items: center; +} + +.account-id div { + margin-right: 10px; +} + +.payment-options button { + margin-left: 30px; +}