Skip to content
Snippets Groups Projects
Select Git revision
  • c0ac77bf8566f5ba878447cccac48b4660e3f297
  • master default protected
  • 1.31
  • 4.27.0
  • 4.26.0
  • 4.25.5
  • 4.25.4
  • 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
23 results

confirm-button.pcss

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