您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
41 行
633 B
41 行
633 B
.auth-progress {
|
|
-unity-text-align: middle-center;
|
|
font-size: 18px;
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.auth-error {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
color: red;
|
|
display: none;
|
|
}
|
|
|
|
.auth-id-providers-text {
|
|
font-size: 18px;
|
|
-unity-font-style: bold;
|
|
}
|
|
|
|
.auth-id-provider-container {
|
|
flex-direction: column;
|
|
margin: 10px;
|
|
}
|
|
|
|
.auth-id-provider-details {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.auth-id-providers-title {
|
|
flex-direction: row;
|
|
}
|
|
|
|
.auth-button-container {
|
|
flex-grow: 1;
|
|
flex-direction: row;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.auth-danger-button {
|
|
color: red;
|
|
}
|