Finishing the Sync sheet and some other stuffs

This commit is contained in:
Oliver-Akins 2023-12-21 23:59:38 -07:00
parent a28718b115
commit 554fae5a93
26 changed files with 494 additions and 105 deletions

View file

@ -0,0 +1,19 @@
.dotdungeon .actor--sync {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.dotdungeon .actor--sync .sync-input {
width: 30%;
text-align: center;
}
@container (max-width: 400px) {
.dotdungeon--sync-sheet header .configure-sheet,
.dotdungeon--sync-sheet header .configure-token {
display: none;
}
}
/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../../styles/sheets/actor/sync.scss%22,%22../../../styles/mixins/_breakpoints.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAGC;EACC;EACA;EACA;EACA;;AAEA;EACC;EACA;;;ACJF;EDaG;AAAA;IAEC%22,%22file%22:%22sync.css%22%7D */