2022-11-23 23:17:24 +08:00
|
|
|
.widgets
|
|
|
|
.loading-wrap
|
|
|
|
margin: 0.5rem 0
|
2024-01-17 22:57:52 +08:00
|
|
|
background: var(--alpha50)
|
2022-10-26 21:19:52 +08:00
|
|
|
|
2022-11-23 23:17:24 +08:00
|
|
|
.widgets
|
2022-10-26 21:19:52 +08:00
|
|
|
overflow: scroll
|
|
|
|
flex-grow: 1
|
|
|
|
scrollbar-width: none
|
|
|
|
scrollbar(0, 0)
|
|
|
|
z-index: 1
|
|
|
|
line-height: 1.2
|
2024-01-17 00:27:48 +08:00
|
|
|
margin: 0 var(--gap-l)
|
2022-11-23 21:54:21 +08:00
|
|
|
.widget-wrapper
|
2022-10-26 21:19:52 +08:00
|
|
|
.widget-header
|
2022-11-19 17:42:35 +08:00
|
|
|
padding-left: var(--gap-l)
|
|
|
|
padding-right: var(--gap-l)
|
2022-10-26 21:19:52 +08:00
|
|
|
display: flex
|
|
|
|
justify-content: space-between
|
|
|
|
align-items: center
|
2024-01-17 00:27:48 +08:00
|
|
|
line-height: 28px
|
2024-01-17 22:57:52 +08:00
|
|
|
font-weight: 500
|
|
|
|
font-size: $fs-12
|
|
|
|
color: var(--text-p1)
|
2022-10-26 21:19:52 +08:00
|
|
|
.item
|
|
|
|
display: block
|
2024-01-17 00:27:48 +08:00
|
|
|
>span
|
2022-10-26 21:19:52 +08:00
|
|
|
text-align: left
|
2024-01-17 22:57:52 +08:00
|
|
|
opacity 0.6
|
2022-10-26 21:19:52 +08:00
|
|
|
&:empty
|
|
|
|
display: none
|
|
|
|
.cap-action
|
|
|
|
line-height: 0
|
2024-01-17 00:27:48 +08:00
|
|
|
color: var(--text-p2)
|
2022-10-26 21:19:52 +08:00
|
|
|
trans2: color background
|
2024-01-17 00:27:48 +08:00
|
|
|
border-radius: 4px
|
|
|
|
padding: 6px
|
2024-01-17 22:57:52 +08:00
|
|
|
margin-right: -5px
|
2022-10-26 21:19:52 +08:00
|
|
|
.icon
|
2024-01-17 00:27:48 +08:00
|
|
|
fill: var(--text-p2)
|
2022-10-26 21:19:52 +08:00
|
|
|
&:hover
|
|
|
|
color: $color-hover
|
2024-01-17 00:27:48 +08:00
|
|
|
background: var(--alpha100)
|
2022-10-26 21:19:52 +08:00
|
|
|
.icon
|
|
|
|
fill: $color-hover
|
|
|
|
|
|
|
|
.widget-body
|
2024-01-17 00:27:48 +08:00
|
|
|
margin: 0.5rem 0
|
2022-10-26 21:19:52 +08:00
|
|
|
color: var(--text-p1)
|
|
|
|
p
|
|
|
|
margin-top: .5em
|
|
|
|
margin-bottom: .5em
|
|
|
|
line-height: 1.5
|
|
|
|
.widget-header+.widget-body
|
|
|
|
margin-top: 0
|
2024-01-17 00:27:48 +08:00
|
|
|
|
2022-11-27 17:16:38 +08:00
|
|
|
|
|
|
|
.widget-wrapper
|
2024-01-17 00:27:48 +08:00
|
|
|
display: block
|
|
|
|
margin: 32px 0
|