mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-07 21:34:16 +02:00
Make it more card like
This commit is contained in:
parent
3bacb434f9
commit
e344bbb102
1 changed files with 9 additions and 7 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue