Make it more card like

This commit is contained in:
Carlos Fernandez 2026-05-14 23:14:32 -04:00
parent 3bacb434f9
commit e344bbb102

View file

@ -78,12 +78,14 @@
.levelup-domain-label { .levelup-domain-label {
position: absolute; position: absolute;
left: 0;
right: 0;
bottom: 0;
text-align: center; text-align: center;
top: 4px;
background: grey; background: grey;
padding: 0 12px; padding: 2px 12px;
border-radius: 6px;
z-index: 2; z-index: 2;
line-height: 1;
} }
img { img {
@ -98,17 +100,17 @@
.levelup-domain-selected { .levelup-domain-selected {
position: absolute; position: absolute;
height: 48px; height: 40px;
width: 48px; width: 40px;
border-radius: 50%; border-radius: 50%;
border: 2px solid @golden; border: 2px solid @golden;
font-size: var(--font-size-28); font-size: var(--font-size-24);
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
background: @dark-golden; background: @dark-golden;
color: @golden; color: @golden;
top: calc(50% - 10px); top: 10px;
z-index: 2; z-index: 2;
i { i {