mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
77 lines
1.3 KiB
Stylus
77 lines
1.3 KiB
Stylus
.root
|
|
modal()
|
|
background-color #fff
|
|
max-width 100vw
|
|
max-height 100vh
|
|
overflow hidden
|
|
margin 0
|
|
padding 150px 0
|
|
position relative
|
|
.root--loading
|
|
@extend .root
|
|
text-align center
|
|
.spinner
|
|
font-size 100px
|
|
margin 35px auto
|
|
color $ui-text-color
|
|
.loadingMessage
|
|
color $ui-text-color
|
|
margin 15px auto 35px
|
|
|
|
.body
|
|
padding 30px
|
|
|
|
.body-welcome
|
|
text-align center
|
|
margin-bottom 25px
|
|
font-size 32px
|
|
color $ui-text-color
|
|
|
|
.body-description
|
|
font-size 16px
|
|
color $ui-text-color
|
|
text-align center
|
|
margin-bottom 25px
|
|
|
|
.body-path
|
|
margin 0 auto 25px
|
|
width 330px
|
|
|
|
.body-path-input
|
|
height 40px
|
|
vertical-align middle
|
|
width 300px
|
|
font-size 14px
|
|
border-style solid
|
|
border-width 1px 0 1px 1px
|
|
border-color $border-color
|
|
border-top-left-radius 2px
|
|
border-bottom-left-radius 2px
|
|
padding 0 5px
|
|
|
|
.body-path-button
|
|
height 42px
|
|
width 30px
|
|
font-size 16px
|
|
font-weight 600
|
|
border none
|
|
border-top-right-radius 2px
|
|
border-bottom-right-radius 2px
|
|
colorPrimaryButton()
|
|
vertical-align middle
|
|
.body-migration
|
|
margin 0 auto 25px
|
|
text-align center
|
|
|
|
.body-control
|
|
text-align center
|
|
|
|
.body-control-createButton
|
|
colorPrimaryButton()
|
|
font-size 14px
|
|
font-weight 600
|
|
border none
|
|
border-radius 2px
|
|
height 40px
|
|
padding 0 25px
|