47 lines
1.1 KiB
Plaintext
47 lines
1.1 KiB
Plaintext
#tenebris-application-fortune {
|
|
font-family: var(--font-primary);
|
|
font-size: calc(var(--font-size-standard) * 1.2);
|
|
color: var(--color-light-1);
|
|
|
|
menu {
|
|
.rollable:hover,
|
|
.rollable:focus {
|
|
text-shadow: 0 0 8px var(--color-shadow-primary);
|
|
}
|
|
}
|
|
|
|
section {
|
|
background-image: url("../assets/background-small.webp");
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
padding: 0;
|
|
}
|
|
|
|
.application-fortune {
|
|
display: flex;
|
|
flex: 1;
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
//align-items: center;
|
|
font-size: calc(var(--font-size-standard) * 3);
|
|
button {
|
|
color: var(--color-light-1);
|
|
font-size: calc(var(--font-size-standard) * 1.2);
|
|
margin-top: 10px;
|
|
border: none;
|
|
background-color: inherit;
|
|
}
|
|
}
|
|
|
|
.application-fortune-gm {
|
|
//padding-right: 50px;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.application-fortune-player {
|
|
//padding-right: 20px;
|
|
justify-content: space-between
|
|
}
|
|
}
|