diff --git a/src/index.css b/src/index.css index 8392de3..9ddfa0b 100644 --- a/src/index.css +++ b/src/index.css @@ -830,16 +830,22 @@ TODO: Responsive =========================== background-size: contain; background-position-y: bottom; background-repeat: no-repeat; + } .layout-wrapper.login{ background: rgb(236,237,241); background: linear-gradient(90deg, rgba(236,237,241,1) 0%, rgba(252,252,252,1) 31%, rgba(255,255,255,0.9416141456582633) 41%, rgba(255,255,255,0.9752275910364145) 61%, rgba(252,252,252,1) 71%, rgba(236,237,241,1) 100%); + font-family: Circular, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; + font-weight: 400; + font-size: 1.125rem; + line-height: 1.56; } .content-wrapper.login{ --bg-color: 255,255,255; background: linear-gradient(90deg, rgba(236,237,240,1) 0%, rgba(255,255,255,1) 50%, rgba(236,237,240,1) 100%); + } .content-wrapper select {