Accounts (WIP)

# Login template
* added the SSO login for TUGRAZ.
* corresponding styles to login.less.
* added a couple of semantic UI classes in order to adjust the form to the center.
* buttons/hyperlink using the standard tugraz theme with hover background color black.

# signup template
* added the SSO signup for TUGRAZ.
* added two columns, left some texts and right the signup form using semantic-UI classes.
*buttons/hyperlink using the standard tugraz theme with hover background color black.
This commit is contained in:
mb-wali
2020-09-21 10:43:25 +02:00
committed by GitHub
parent f65dbf9342
commit bcdbf225cd
3 changed files with 142 additions and 75 deletions
@@ -1,3 +1,31 @@
.ui.inverted.header{
color:#000;
}
}
.login-page-button {
margin: 5%;
text-align: center !important;
& a {
padding: 5px;
cursor: pointer;
}
& a:hover {
background-color: #000;
color: #fff !important;
text-decoration: none;
}
}
.text-color{
color: #000;
}
@media (max-width: 767px) {
#switch_left {
order: 2;
}
#switch_right {
order: 1;
}
}