improve cosmetics of login prompts slightly
This commit is contained in:
parent
7433f50c8c
commit
622a4b0e4c
|
@ -96,6 +96,7 @@ limitations under the License.
|
||||||
.mx_Login_links {
|
.mx_Login_links {
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
margin-top: 15px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
|
@ -105,6 +106,12 @@ limitations under the License.
|
||||||
color: #4a4a4a;
|
color: #4a4a4a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_Login_prompt {
|
||||||
|
padding-top: 15px;
|
||||||
|
padding-bottom: 15px;
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_Login_forgot {
|
.mx_Login_forgot {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
|
|
Loading…
Reference in New Issue