Skip to content
Snippets Groups Projects
Select Git revision
  • 8c45428d2548ef5aca8ebcb10fb280356ec4feeb
  • master default protected
  • 0.8.2
  • 0.8.1
  • 0.8.0
  • 0.7.13
  • 0.7.12
  • 0.7.11
  • 0.7.10
  • 0.7.9
  • 0.7.8
  • 0.7.7
  • 0.7.6
  • 0.7.5
  • 0.7.4
  • 0.7.3
  • 0.7.2
  • 0.7.1
  • 0.7.0
  • 0.6.27
  • 0.6.26
  • 0.6.25
22 results

devenv.nix

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