/* compiled by scssphp v0.0.11 custom LFM modified on Fri, 09 May 2025 01:49:02 +0000 (0.0033s) */

/* Editor Toolbar
 *
 * dev notes:
 * - this could be moved to the titlebar of winbox,
 *   however fullscreen could make this complicated.
 *   Further thoughts have made me think this is 
 *   better as a familiar component: a toolbar.
 *   Furthermore, left-align is desired for when
 *   on a huge res. Sam.
 */.editortoolbar{border-top:10px solid #3c3836;border-bottom:1px solid black;background:#3c3836;padding-left:7px;position:sticky;top:-10px;left:0;width:100%;z-index:1;/** feedback */}.editortoolbar .feedback-message{/* dim */opacity:0.6;font-size:0.75em;/*position:    absolute;
  bottom: 0; left: 0;*/line-height:2em;}.feedback-message.error{color:#fff;background:#a00;/** buttons */}.editortoolbar img{margin-top:-2px;/* this margin cuts off the top */margin-bottom:-2px;height:2em;height:1.6em;margin-right:0.3in;margin-right:0.25in;}.editortoolbar img.dim{opacity:0.6;}.editortoolbar .active{border-radius:5px;opacity:1;background:#666;}