17 lines
No EOL
371 B
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);
|
|
} |