Skip to content
Snippets Groups Projects
Select Git revision
  • a36796ffaacb936f9589cfb81233452565896615
  • master default protected
  • 1.31
  • 4.25.3
  • 4.25.2
  • 4.25.1
  • 4.25.0
  • 4.24.3
  • 4.24.2
  • 4.24.1
  • 4.24.0
  • 4.23.6
  • 4.23.5
  • 4.23.4
  • 4.23.3
  • 4.23.2
  • 4.23.1
  • 4.23.0
  • 4.22.3
  • 4.22.2
  • 4.22.1
  • 4.22.0
  • 4.21.0
23 results

Monster.DOM.Worker.Factory.html

Blame
  • button.pcss 302 B
    @import "../../style/control.pcss";
    @import "../../style/button.pcss";
    @import "../../style/border.pcss";
    @import "../../style/typography.pcss";
    
    :host(monster-button){display:flex;}
    
    [data-monster-role="control"] {
        display: flex;
        align-items: stretch;   
    }
    
    button {
        width: max-content;
    }