mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
94 lines
1.7 KiB
Stylus
94 lines
1.7 KiB
Stylus
.root
|
|
absolute top bottom left right
|
|
width 100%
|
|
height 100%
|
|
|
|
.description
|
|
absolute top left right
|
|
height 80px
|
|
border-bottom $ui-border
|
|
box-sizing border-box
|
|
|
|
.description-textarea
|
|
display block
|
|
height 100%
|
|
width 100%
|
|
resize none
|
|
border none
|
|
padding 10px
|
|
line-height 1.6
|
|
box-sizing border-box
|
|
|
|
.tabList
|
|
absolute left right
|
|
top 80px
|
|
box-sizing border-box
|
|
height 30px
|
|
border-bottom $ui-border
|
|
display flex
|
|
background-color $ui-backgroundColor
|
|
.tabList-item
|
|
position relative
|
|
flex 1
|
|
border-right $ui-border
|
|
&:hover
|
|
.tabList-item-deleteButton
|
|
color $ui-inactive-text-color
|
|
&:hover
|
|
background-color darken($ui-backgroundColor, 15%)
|
|
&:active
|
|
color white
|
|
background-color $ui-active-color
|
|
.tabList-item--active
|
|
@extend .tabList-item
|
|
.tabList-item-button
|
|
border-color $brand-color
|
|
.tabList-item-button
|
|
width 100%
|
|
height 29px
|
|
navButtonColor()
|
|
border-left 4px solid transparent
|
|
.tabList-item-deleteButton
|
|
position absolute
|
|
top 5px
|
|
height 20px
|
|
right 5px
|
|
width 20px
|
|
text-align center
|
|
border none
|
|
padding 0
|
|
color transparent
|
|
background-color transparent
|
|
border-radius 2px
|
|
.tabList-plusButton
|
|
navButtonColor()
|
|
width 30px
|
|
.tabView
|
|
absolute left right bottom
|
|
top 110px
|
|
.tabView-top
|
|
absolute top left right
|
|
height 30px
|
|
border-bottom $ui-border
|
|
display flex
|
|
box-sizing border-box
|
|
.tabView-top-name
|
|
flex 1
|
|
border none
|
|
padding 0 10px
|
|
font-size 14px
|
|
.tabView-top-mode
|
|
width 110px
|
|
padding 0
|
|
border none
|
|
border-left $ui-border
|
|
colorDefaultButton()
|
|
color $ui-inactive-text-color
|
|
pointer-events none
|
|
.tabView-content
|
|
absolute left right bottom
|
|
top 30px
|
|
box-sizing border-box
|
|
height 100%
|
|
width 100%
|