Merge branch 'hotfix/21.56.9' into master
[gitter.git] / public / js / views / modals / login-view.less
blob91ff1e7364738f51bdffec6381b8d64c83348835
1 @import (reference) 'colors.less';
3 .login-view__buttons {
4   padding-top: 1.5rem;
6 .login-view__button {
7   display: block;
8   width: 100%;
9   margin: 0 auto 1rem auto;
10   max-width: 28rem;
11   text-decoration: none;
14 .login-view__agree {
15   text-align: center;
18 .login-view__oauth-scope-notes {
19   margin-left: -16px;
20   margin-right: -16px;
21   padding: 1.5em;
23   background-color: @caribbean;
25   color: #fff;
26   font-size: 1.4rem;
28   & a {
29     color: inherit;
30     text-decoration: underline;
31   }