Skip to content
Snippets Groups Projects
Select Git revision
  • 71703e6145bf2daf87208e71dadc4313a7fc6fce
  • master default protected
  • 1.31
  • 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
  • 4.22.2
  • 4.22.1
  • 4.22.0
  • 4.21.0
23 results

Monster_Constraints.Invalid.html

Blame
  • datatable.pcss 7.20 KiB
    @import "../../style/normalize.pcss";
    @import "../../style/display.pcss";
    @import "../../style/button.pcss";
    @import "../../style/control.pcss";
    @import "../../style/property.pcss";
    @import "../../style/ripple.pcss";
    @import "../../style/badge.pcss";
    @import "../../style/link.pcss";
    @import "../../style/space.pcss";
    @import "../../style/icons.pcss";
    @import "../../style/form.pcss";
    
    @import "../../style/mixin/button.pcss";
    @import "../../style/mixin/typography.pcss";
    @import "../../style/typography.pcss";
    @import "../../style/mixin/hover.pcss";
    @import "../../style/mixin/media.pcss";
    @import "../../style/theme.pcss";
    @import "../../style/skeleton.pcss";
    
    ::slotted(monster-collapse) {
        --monster-color-gradient-1: none;
        --monster-color-gradient-2: none;
        --monster-color-gradient-3: none;
    }
    
    
    [data-monster-role="control"] {
        display: flex;
        outline: none;
        width: 100%;
        flex-direction: column;
    }
    
    [data-monster-role="table-container"] {
        display: flex;
        flex-direction: column;
        width: 100%;
        overflow-x: auto;
        overflow-y: visible;
        padding: 20px;
        box-sizing: border-box;
        min-width: fit-content;
        @mixin text;
    
        & .bar {
            display: flex;
            flex-direction: row-reverse;
            align-content: center;
            align-items: center;
            gap: 2rem;
        }
    
    }
    
    :host {
        padding: 0;
        margin: 0;
    }
    
    ::slotted(.monster-button-group) {
        margin: 0 !important;
    }
    
    ::slotted(.monster-button-group) {
        display: flex;
        flex-direction: row !important;
        align-items: center;
    }