File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7979.hp-install-step { display : flex; align-items : center; gap : 12px ; }
8080.hp-install-step-num { font-family : var (--hp-mono ); font-size : 12px ; color : var (--hp-accent ); width : 20px ; text-align : center; flex-shrink : 0 ; }
8181.hp-install-step-text { font-family : var (--hp-mono ); font-size : 14px ; color : var (--hp-text-dim ); padding : 14px 0 ; }
82- .hp-install-bar { display : flex; align-items : center; background : var (--hp-bg-raised ); border : 1px solid var (--hp-border-bright ); border-radius : 8px ; padding : 14px 20px ; gap : 16 px ; font-family : var (--hp-mono ); font-size : 15px ; transition : border-color 0.15s ; }
82+ .hp-install-bar { display : flex; align-items : center; background : var (--hp-bg-raised ); border : 1px solid var (--hp-border-bright ); border-radius : 8px ; padding : 14px 20px ; gap : 12 px ; font-family : var (--hp-mono ); font-size : 15px ; transition : border-color 0.15s ; flex : 1 ; }
8383.hp-install-bar : hover { border-color : # 333 ; }
84- .hp-prompt-sign { color : var (--hp-accent ); user-select : none; }
84+ .hp-prompt-sign { color : var (--hp-accent ); user-select : none; width : 44 px ; text-align : right; flex-shrink : 0 ; }
8585.hp-install-bar code { color : var (--hp-text ); white-space : nowrap; background : transparent !important ; padding : 0 !important ; font-size : inherit; }
8686.hp-install-bar-agent { font-size : 14px ; }
8787.hp-install-bar-agent code { white-space : normal; color : var (--hp-text-dim ); }
88- .hp-agent-label { color : var (--hp-accent ); user-select : none; font-size : 12px ; text-transform : uppercase; letter-spacing : 0.05em ; flex-shrink : 0 ; }
88+ .hp-agent-label { color : var (--hp-accent ); user-select : none; font-size : 12px ; text-transform : uppercase; letter-spacing : 0.05em ; width : 44 px ; text-align : right; flex-shrink : 0 ; }
8989.hp-copy-btn { background : none; border : 1px solid var (--hp-border-bright ); border-radius : 4px ; color : var (--hp-text-dim ); font-family : var (--hp-mono ); font-size : 12px ; padding : 4px 10px ; cursor : pointer; transition : all 0.15s ; white-space : nowrap; }
9090.hp-copy-btn : hover { color : var (--hp-text ); border-color : # 444 ; }
9191
You can’t perform that action at this time.
0 commit comments