Update forgot password link text and style

This commit is contained in:
J. Ryan Stinnett
2019-01-23 15:50:44 -06:00
parent 2f89af4fa0
commit e396954a20
6 changed files with 22 additions and 14 deletions
+9
View File
@@ -20,4 +20,13 @@ limitations under the License.
border-radius: 0 4px 4px 0;
padding: 25px 60px;
box-sizing: border-box;
font-size: 12px;
color: $authpage-body-color;
}
.mx_AuthBody a:link,
.mx_AuthBody a:hover,
.mx_AuthBody a:visited {
color: $accent-color;
text-decoration: none;
}