Skip to content
Snippets Groups Projects
Select Git revision
  • fd5aa407c006ae1fbc14f936a23feb496d21e9a9
  • master default protected
  • 1.31
  • 4.28.0
  • 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
23 results

Makefile

Blame
  • locale-picker.pcss 663 B
    @import "../../style/normalize.pcss";
    @import "../../style/display.pcss";
    @import "../../style/mixin/button.pcss";
    @import "../../style/button.pcss";
    @import "../../style/mixin/typography.pcss";
    @import "../../style/mixin/hover.pcss";
    @import "../../style/control.pcss";
    @import "../../style/property.pcss";
    @import "../../style/ripple.pcss";
    
    [data-monster-role=container] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 0.3rem;
    }
    
    [data-monster-role=button-language],
    [data-monster-role=button-no-thanks] {
        grid-row: 1;
    }
    
    [data-monster-role=other-languages] {
        grid-column: 1 / -1;
        grid-row: 2;
    }