sty
This commit is contained in:
@@ -830,16 +830,22 @@ TODO: Responsive ===========================
|
|||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-position-y: bottom;
|
background-position-y: bottom;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-wrapper.login{
|
.layout-wrapper.login{
|
||||||
background: rgb(236,237,241);
|
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%);
|
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{
|
.content-wrapper.login{
|
||||||
--bg-color: 255,255,255;
|
--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%);
|
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 {
|
.content-wrapper select {
|
||||||
|
|||||||
Reference in New Issue
Block a user