cirandas.net

ref: master

plugins/oauth_client/public/style.css


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
.oauth-login .provider a {
  min-width: 20px;
  min-height: 20px;
  background-size: 20px;
  display: inline-block;
  text-decoration: none;
  background-repeat: no-repeat;
  line-height: 20px;
}
.oauth-login .provider a img {
  max-width: 40px;
}
.oauth-login .provider a:hover {
  opacity: 0.7;
}
.oauth-login .provider .developer {
  display: none;
}

.remember-enable-email.hidden {
  display: none;
}