mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2026-08-05 11:43:23 +01:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user