mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 18:56:22 +00:00
60 lines
1.2 KiB
Stylus
60 lines
1.2 KiB
Stylus
.popup-body
|
|
.search-block
|
|
padding: 5px
|
|
height:44px
|
|
position:absolute
|
|
top: 0
|
|
width: 100%
|
|
|
|
.result-block
|
|
position:absolute
|
|
top: 44px
|
|
bottom: 0
|
|
width: 100%
|
|
overflow: hidden
|
|
.left-pane
|
|
margin: 0
|
|
position: absolute
|
|
left: 0
|
|
top: 0
|
|
bottom: 0
|
|
width: 40%
|
|
overflow-y: auto
|
|
overflow-x: hidden
|
|
.result-list
|
|
list-style:none
|
|
padding: 0
|
|
border-right: 1px solid $baseBorderColor
|
|
li
|
|
&:nth-child(even)
|
|
background-color $baseBackgroundColor
|
|
&:nth-child(odd)
|
|
background-color lighten($baseBackgroundColor, 2%)
|
|
&.active
|
|
color: $textColorSelected
|
|
background-color: $btnPrimary
|
|
a
|
|
display:block
|
|
padding: 5px 10px
|
|
border-bottom 1px solid $baseBorderColor
|
|
|
|
.right-pane
|
|
position: absolute
|
|
left: 40%
|
|
top: 0
|
|
bottom: 0
|
|
width: 60%
|
|
overflow-y: auto
|
|
overflow-x: hidden
|
|
.result-detail-control
|
|
position: absolute
|
|
top: 0
|
|
width: 100%
|
|
height: 34px
|
|
|
|
.result-detail-content
|
|
position: absolute
|
|
top: 34px
|
|
bottom: 0
|
|
width: 100%
|