Spaces:
Running
Running
| :root { | |
| --main-blue-color: #0e88df; | |
| --main-blue-color-hover: #f51958; | |
| --main-bg-color: #e8edf3; | |
| } | |
| body { | |
| font-family: 'Montserrat', sans-serif; | |
| } | |
| /*.a-auth {*/ | |
| /* text-decoration: none;*/ | |
| /* background-color: transparent;*/ | |
| /*}*/ | |
| /*.a-auth:hover {*/ | |
| /* color: var(--main-blue-color-hover);*/ | |
| /* text-decoration: underline;*/ | |
| /*}*/ | |
| /**/ | |
| /*.a-auth:not([href]):not([class]) {*/ | |
| /* color: inherit;*/ | |
| /* text-decoration: none;*/ | |
| /*}*/ | |
| /**/ | |
| /*.a-auth:not([href]):not([class]):hover {*/ | |
| /* color: inherit;*/ | |
| /* text-decoration: none;*/ | |
| /*}*/ | |
| .bg-auth { | |
| background: #292323 url('/static/images/Starsmaksim.png') no-repeat left bottom; | |
| background-size: 650px auto; | |
| } | |
| .title-header { | |
| font-weight: 700; | |
| color: var(--main-blue-color); | |
| } | |
| .auth-button { | |
| background: rgb(146, 66, 250); | |
| background: linear-gradient(60deg, rgba(146, 66, 250, 1) 24%, rgba(56, 130, 207, 1) 100%); | |
| } | |
| .auth-line { | |
| padding-top: 1px; | |
| background-color: #000000; | |
| text-align: center; | |
| width: 100%; | |
| } |