mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2026-02-06 13:30:31 -07:00
2 lines
2.9 KiB
CSS
2 lines
2.9 KiB
CSS
.flow-editor-container{position:relative;width:100%;height:100%;overflow:hidden}.flow-editor-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:linear-gradient(to bottom,#092c44e6,#1e1e1e00 45%,#1e1e1e00 75%,#092c44b3);z-index:-1}.helper-line{position:absolute;background:#0074ff;z-index:10;pointer-events:none}.helper-line-vertical{width:1px;height:100%}.helper-line-horizontal{height:1px;width:100%}.sidebar-button:hover{background-color:#2a2a2a!important;box-shadow:0 0 5px #58a6ff4d;cursor:grab}.borealis-node{background:linear-gradient(to bottom,#2c2c2c 60%,#232323);border:1px solid #3a3a3a;border-radius:4px;color:#ccc;font-size:12px;min-width:160px;max-width:260px;position:relative;box-shadow:0 0 5px #58a6ff26,0 0 10px #58a6ff26;transition:box-shadow .3s ease-in-out}.borealis-node:before{content:"";display:block;position:absolute;left:0;top:0;width:3px;height:100%;background:linear-gradient(to bottom,var(--borealis-accent, #58a6ff) 0%,var(--borealis-accent-dark, #0475c2) 100%);border-top-left-radius:4px;border-bottom-left-radius:4px}.borealis-node-header{background:#232323;padding:6px 10px;border-top-left-radius:4px;border-top-right-radius:4px;font-weight:700;color:var(--borealis-title, #58a6ff);font-size:10px}.borealis-node-content{padding:10px;font-size:9px}.borealis-handle{background:#58a6ff;width:10px;height:10px}input,select,button{background-color:#1d1d1d;color:#ccc;border:1px solid #444;font-size:12px}label{color:#aaa;font-size:9px}.borealis-node-header{cursor:grab}.borealis-node-header:active{cursor:grabbing}.borealis-node-content{cursor:default}.MuiTabs-root{min-height:32px!important}.MuiTab-root{min-height:32px!important;padding:6px 12px!important;color:#58a6ff!important;text-transform:none!important}.MuiTab-root:hover:not(.Mui-selected){background-color:#2c2c2c!important}.simple-keyboard{max-width:950px;margin:0 auto;background:#181c23;border-radius:8px;padding:24px 24px 30px;box-shadow:0 2px 24px #000a}.simple-keyboard .hg-button{background:#23262e;color:#b0d0ff;border:1px solid #333;font-size:1.1em;min-width:48px;min-height:48px;margin:5px;border-radius:6px;transition:background .1s,color .1s;padding-top:6px;padding-left:8px}.simple-keyboard .hg-button[data-skbtn=space]{min-width:380px}.simple-keyboard .hg-button[data-skbtn=tab],.simple-keyboard .hg-button[data-skbtn=caps],.simple-keyboard .hg-button[data-skbtn=shift],.simple-keyboard .hg-button[data-skbtn=enter],.simple-keyboard .hg-button[data-skbtn=bksp]{min-width:82px}.simple-keyboard .hg-button:hover{background:#58a6ff;color:#000;border-color:#58a6ff}.simple-keyboard .hg-row{display:flex!important;flex-flow:row wrap;justify-content:center;margin-bottom:10px}.simple-keyboard .hg-button{flex:0 0 auto}input[type=text].simple-keyboard-input{width:100%;height:48px;padding:10px 20px;font-size:20px;border:none;box-sizing:border-box;background:#181818;color:#f5f7fa;border-radius:6px;margin-bottom:20px}
|