mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
23 lines
376 B
Text
23 lines
376 B
Text
.daggerheart.dh-style.dialog.attribution {
|
|
.window-content {
|
|
padding-top: 0;
|
|
}
|
|
|
|
.attribution-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 8px;
|
|
|
|
h4 {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
footer {
|
|
display: flex;
|
|
|
|
button {
|
|
flex: 1;
|
|
}
|
|
}
|
|
}
|
|
}
|