Diagram:LevelsOfControl: Difference between revisions

From Resonite Wiki
Created page with "<svg height="500" width="500" xmlns="http://www.w3.org/2000/svg"> <style type="text/css"> text { font-family:Roboto; } .zero { fill: var(--color-surface-1); } .one { fill: var(--color-surface-2); } .two { fill: var(--color-surface-3); } .three { fill: var(--color-surface-4); } a:hover { text-decoration: none;..."
 
No edit summary
Line 5: Line 5:
         }
         }
         .zero {
         .zero {
             fill: var(--color-surface-1);
             fill: var(--color-brand-hero-cyan);
         }
         }
         .one {
         .one {
             fill: var(--color-surface-2);
             fill: var(--color-brand-hero-green);
         }
         }
         .two {
         .two {
             fill: var(--color-surface-3);
             fill: var(--color-brand-hero-orange);
         }
         }
         .three {
         .three {
             fill: var(--color-surface-4);
             fill: var(--color-brand-hero-red);
         }
         }
         a:hover {
         a:hover {
Line 37: Line 37:
     </a>
     </a>
</svg>
</svg>
--color-brand-hero-cyan: #61d1fa;
    --color-brand-hero-green: #59eb5c;
    --color-brand-hero-orange: #e69e50;
    --color-brand-hero-red: #ff7676;

Revision as of 04:40, 21 July 2024

Enterprise Universes Groups Users

--color-brand-hero-cyan: #61d1fa;

   --color-brand-hero-green: #59eb5c;
   --color-brand-hero-orange: #e69e50;
   --color-brand-hero-red: #ff7676;