1
Fork 0
ingeli-design-system/3-styles/ingeli-std/1-behaviors/style.behavior.css

17 lines
No EOL
371 B
CSS

.istd-sty-fill {
width: 100%;
}
.istd-sty-fill > * {
width: 100%;
}
.istd-sty-outline {
--button-bg: transparent;
--button-text: var(--_color);
--button-border: var(--_color);
--button-bg-hover: var(--_color);
--button-text-hover: color-contrast(var(--_color) vs white, black);
--button-border-hover: var(--_color);
}