Skip to content
Snippets Groups Projects
Select Git revision
  • b96c4d10615d673c51c26197d23bb26285598040
  • master default protected
  • 1.2.4
  • 1.2.3
  • 1.2.2
  • 1.2.1
  • 1.2.0
  • v1.1.0
8 results

go.mk

Blame
  • confirm-button.pcss 466 B
    @import "../../style/display.pcss";
    @import "../../style/control.pcss";
    @import "../../style/border.pcss";
    @import "../../style/typography.pcss";
    @import "../../style/floating-ui.pcss";
    
    div[data-monster-role="decision"] {
        display: flex;
        width: max-content;
        align-items: center;
        justify-content: space-evenly;
        margin: 1rem 0 0.4rem 0;
    }
    
    div[data-monster-role="control"] {
        height: 100%;
        width: max-content;
    }
    
    button {
        width: 100%;
    }