Clear out other login link styles

This commit is contained in:
J. Ryan Stinnett 2019-01-23 13:19:32 -06:00
parent e396954a20
commit 2bb5a1d6ef

View file

@ -73,12 +73,6 @@ limitations under the License.
display: block;
text-align: center;
width: 100%;
font-size: 13px;
opacity: 0.8;
}
.mx_Login_create:link {
color: $primary-fg-color;
}
.mx_Login_prompt {
@ -90,14 +84,9 @@ limitations under the License.
.mx_Login_sso_link {
display: block;
text-align: center;
font-size: 15px;
margin-bottom: 20px;
}
.mx_Login_sso_link:link {
color: $primary-fg-color;
}
.mx_Login_loader {
display: inline;
position: relative;