22 lines
484 B
Plaintext
22 lines
484 B
Plaintext
|
#lethalfantasy-application-manager {
|
||
|
display: flex;
|
||
|
|
||
|
font-family: var(--font-primary);
|
||
|
font-size: calc(var(--font-size-standard) * 1);
|
||
|
color: var(--color-dark-1);
|
||
|
background-image: var(--background-image-base);
|
||
|
background-repeat: no-repeat;
|
||
|
background-size: 100% 100%;
|
||
|
|
||
|
.lethalfantasy-table {
|
||
|
margin: 1rem;
|
||
|
background: none;
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
text-align: center;
|
||
|
.player {
|
||
|
font-size: calc(var(--font-size-standard) * 1);
|
||
|
}
|
||
|
}
|
||
|
}
|