1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +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);
color: currentColor;
border-radius: var(--ifm-global-radius);
border: max(var(--ifm-global-border-width), 2px) solid
var(--unleash-color-gray);
border: var(--ifm-global-border-width) solid
var(--ifm-color-emphasis-400);
font-style: normal;
font-family: inherit;
padding: var(--ifm-spacing-vertical) var(--ifm-spacing-horizontal);
}
.customer-type-inputs {
display: flex;
justify-content: center;