From e344bbb1020c1ef7f094c9136920a359a4532df9 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Thu, 14 May 2026 23:14:32 -0400 Subject: [PATCH] Make it more card like --- .../dialog/level-up/selections-container.less | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/styles/less/dialog/level-up/selections-container.less b/styles/less/dialog/level-up/selections-container.less index 361b4fe6..32e52526 100644 --- a/styles/less/dialog/level-up/selections-container.less +++ b/styles/less/dialog/level-up/selections-container.less @@ -78,12 +78,14 @@ .levelup-domain-label { position: absolute; + left: 0; + right: 0; + bottom: 0; text-align: center; - top: 4px; background: grey; - padding: 0 12px; - border-radius: 6px; + padding: 2px 12px; z-index: 2; + line-height: 1; } img { @@ -98,17 +100,17 @@ .levelup-domain-selected { position: absolute; - height: 48px; - width: 48px; + height: 40px; + width: 40px; border-radius: 50%; border: 2px solid @golden; - font-size: var(--font-size-28); + font-size: var(--font-size-24); display: flex; align-items: center; justify-content: center; background: @dark-golden; color: @golden; - top: calc(50% - 10px); + top: 10px; z-index: 2; i {