1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

docs: style input text area

This commit is contained in:
Thomas Heartman 2022-02-28 10:19:02 +01:00
parent 9b1f9b764b
commit 6916873ec7

View File

@ -166,10 +166,14 @@ button.close-button {
background-color: var(--ifm-background-color); background-color: var(--ifm-background-color);
color: currentColor; color: currentColor;
border-radius: var(--ifm-global-radius); border-radius: var(--ifm-global-radius);
border: max(var(--ifm-global-border-width), 2px) solid border: var(--ifm-global-border-width) solid
var(--unleash-color-gray); var(--ifm-color-emphasis-400);
font-style: normal;
font-family: inherit;
padding: var(--ifm-spacing-vertical) var(--ifm-spacing-horizontal);
} }
.customer-type-inputs { .customer-type-inputs {
display: flex; display: flex;
justify-content: center; justify-content: center;