19 lines
708 B
CSS
19 lines
708 B
CSS
.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 */
|