mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-01-09 18:37:21 +03:00
38 lines
654 B
Sass
38 lines
654 B
Sass
|
body
|
||
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
|
||
|
|
||
|
padding: 32px 64px
|
||
|
|
||
|
.header
|
||
|
display: inline-flex
|
||
|
|
||
|
img
|
||
|
width: 96px
|
||
|
height: 96px
|
||
|
margin-right: 32px
|
||
|
|
||
|
.footer
|
||
|
position: absolute
|
||
|
|
||
|
bottom: 0
|
||
|
margin-bottom: 32px
|
||
|
|
||
|
width: calc(100% - 128px)
|
||
|
|
||
|
> div
|
||
|
width: 100%
|
||
|
|
||
|
div.checkbox
|
||
|
font-size: medium
|
||
|
|
||
|
.actions
|
||
|
display: inline-flex
|
||
|
|
||
|
margin-top: 48px
|
||
|
|
||
|
.actions-right
|
||
|
margin-left: auto
|
||
|
|
||
|
.button:not(:last-child)
|
||
|
margin-right: 12px
|