@elastic-suite/gally-admin-components
Version:
Components package for gally admin BO
75 lines (69 loc) • 2.29 kB
CSS
@charset "UTF-8";
/* Settings index */
/* ==========================================================================
SETTINGS
========================================================================== */
/**
* The settings-layer contains all our global Design System variables,
* so it defines colors, spacings, font-sizes, breakpoints settings and many more.
* It’s important not to output any CSS in this layers.
*/
/**
* CONTENTS
*
* SETTINGS
* Colors...............Manage our color palette in isolation.
* Text.................Set up related text variable.
* Global...............Globally-available variables and settings/config.
*/
:root {
--gally-font: Inter;
}
/* ==========================================================================
COLORS
========================================================================== */
a {
color: inherit;
}
a:hover {
color: inherit;
}
/* ==========================================================================
#TEXT
========================================================================== */
/* The font variables.
========================================================================== */
/* Font families */
/* Define all the headings font-size */
/* Line height */
/* ==========================================================================
#GLOBAL
========================================================================== */
/* Box Shadows
========================================================================== */
/* Spacings variables.
========================================================================== */
body {
margin: 0;
overflow-x: hidden;
}
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
background-color: transparent ;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
background: transparent ;
-webkit-transition: background-color 999999999s ease-in-out 0s;
transition: background-color 999999999s ease-in-out 0s;
}
.MuiMenu-root .MuiBackdrop-root {
background-color: transparent;
}