an-anime-game-launcher/src/sass/analytics.sass
Observer KRypt0n_ 01035d7f25
1.1.0
- 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
2021-11-01 10:10:51 +02:00

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