21 lines
461 B
CSS
21 lines
461 B
CSS
#alternative-logins:not(.alternative-logins) .button.register-button {
|
|
color: #ffffff;
|
|
background-color: #3A3B45;
|
|
border: 1px solid #ffffff;
|
|
}
|
|
#alternative-logins.alternative-logins .button.register-button {
|
|
color: #ffffff;
|
|
background-color: #3A3B45;
|
|
border: 1px solid #ffffff;
|
|
}
|
|
|
|
#alternative-logins .register-button:only-child {
|
|
width: 260px;
|
|
margin: 0 auto;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#alternative-logins .register-button.hidden {
|
|
display: none;
|
|
}
|