You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
792 B
40 lines
792 B
global css body
|
|
d:flex fld:column jc:flex-start ai:center
|
|
m:0 w:100% h:100% bg:#20222f
|
|
ff:sans-serif fw:1
|
|
user-select:none
|
|
|
|
global css input
|
|
w:100% h:50px px:20px fl:1
|
|
fs:20px ta:center
|
|
bd:1px solid purple4
|
|
bg:purple4/10 c:blue3 caret-color:blue3
|
|
outline:none rd:5px
|
|
|
|
global css a
|
|
td:none
|
|
|
|
global css .disabled *
|
|
@important c:gray4 cursor:default user-select:none pointer-events:none
|
|
|
|
global css .disabled $main-input
|
|
@important bg:gray4/10 bc:gray4
|
|
|
|
global css .middle-button
|
|
d:flex fld:row w:100%
|
|
c:purple4 fs:20px cursor:pointer
|
|
fs:14px pt:15px
|
|
|
|
global css .tip
|
|
d:flex fld:column bdr:1px solid blue3/10 min-width:0 fl:1 p:5px
|
|
@last bd:none
|
|
|
|
global css .tip-hotkey
|
|
fs:12px c:purple3/50
|
|
|
|
global css .tip-content
|
|
pt:2px fs:14px c:purple3
|
|
|
|
global css .selected
|
|
bg:blue3/5
|
|
|
|
|