mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-01-08 18:07:18 +03:00
01035d7f25
- fixed main window flickering at start - added environmental variables manager - moved common styles to the basic.sass file - added excess files deletion when game's update comes - updated project logo
37 lines
529 B
Sass
37 lines
529 B
Sass
@import "basic"
|
|
|
|
body
|
|
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
|