UNPKG

rsuite

Version:

A suite of react components

76 lines (73 loc) 1.5 kB
*[class*=rs-],*[class*=rs-]::before, *[class*=rs-]::after{ box-sizing:border-box; } :root{ --rs-gray-200:#e5e5ea; --rs-gray-600:#717273; --rs-text-secondary:var(--rs-gray-600); } [data-theme=dark], .rs-theme-dark{ --rs-gray-200:#a4a9b3; --rs-gray-600:#3c3f43; --rs-text-secondary:var(--rs-gray-200); } [data-theme=high-contrast], .rs-theme-high-contrast{ --rs-gray-200:#a4a9b3; --rs-gray-600:#3c3f43; --rs-text-secondary:var(--rs-gray-200); } @media (max-width: calc(576px - 1px)){ [data-visible-from=xs]{ display:none !important; } } @media (min-width: 576px){ [data-hidden-from=xs]{ display:none !important; } } @media (max-width: calc(768px - 1px)){ [data-visible-from=sm]{ display:none !important; } } @media (min-width: 768px){ [data-hidden-from=sm]{ display:none !important; } } @media (max-width: calc(992px - 1px)){ [data-visible-from=md]{ display:none !important; } } @media (min-width: 992px){ [data-hidden-from=md]{ display:none !important; } } @media (max-width: calc(1200px - 1px)){ [data-visible-from=lg]{ display:none !important; } } @media (min-width: 1200px){ [data-hidden-from=lg]{ display:none !important; } } @media (max-width: calc(1400px - 1px)){ [data-visible-from=xl]{ display:none !important; } } @media (min-width: 1400px){ [data-hidden-from=xl]{ display:none !important; } } [data-rs=form][data-plaintext=true] .rs-form-control-label{ color:var(--rs-text-secondary); }