17 lines
No EOL
346 B
CSS
17 lines
No EOL
346 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-600);
|
|
--button-text-hover: var(--_on-color);
|
|
--button-border-hover: var(--_color);
|
|
} |