Skip to content
Snippets Groups Projects
Select Git revision
  • 1180a55b638b86bbe7035838261a92b306a94117
  • master default protected
2 results

README.md

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%;
    }