mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 10:16:26 +00:00
Fix layout at bottom
This commit is contained in:
@@ -3,18 +3,33 @@
|
|||||||
font-size 12px
|
font-size 12px
|
||||||
position absolute
|
position absolute
|
||||||
bottom 0px
|
bottom 0px
|
||||||
background-color #1E2124
|
background-color #EBEBEB
|
||||||
width 100vw
|
width 100vw
|
||||||
height 30px
|
height 30px
|
||||||
text-align center
|
text-align center
|
||||||
|
|
||||||
.notification-link
|
.notification-link
|
||||||
text-decoration none
|
text-decoration none
|
||||||
color #fff
|
color #282A36
|
||||||
border 1px solid #5CB85C
|
border 1px solid #6FA8E6
|
||||||
background-color alpha(#5CB85C, 0.3)
|
background-color alpha(#6FA8E6, 0.2)
|
||||||
padding 3px 9px
|
padding 3px 9px
|
||||||
border-radius 2px
|
border-radius 2px
|
||||||
position absolute
|
position absolute
|
||||||
bottom 4px
|
bottom 4px
|
||||||
margin-left -10%
|
margin-left -10%
|
||||||
|
transition 0.2s
|
||||||
|
&:hover
|
||||||
|
color #1378BD
|
||||||
|
|
||||||
|
body[data-theme="dark"]
|
||||||
|
.notification-area
|
||||||
|
background-color #1E2124
|
||||||
|
|
||||||
|
.notification-link
|
||||||
|
color #fff
|
||||||
|
border 1px solid alpha(#5CB85C, 0.6)
|
||||||
|
background-color alpha(#5CB85C, 0.2)
|
||||||
|
transition 0.2s
|
||||||
|
&:hover
|
||||||
|
color #5CB85C
|
||||||
Reference in New Issue
Block a user