Skip to content
Snippets Groups Projects
Commit 687e2871 authored by Ron Lucke's avatar Ron Lucke
Browse files

Neues Loginformular ist etwas kaputt

Closes #4900

Merge request studip/studip!3677
parent 325b6002
No related branches found
No related tags found
No related merge requests found
...@@ -57,14 +57,14 @@ $gap-between-boxes: calc($login-page-margin / 2); ...@@ -57,14 +57,14 @@ $gap-between-boxes: calc($login-page-margin / 2);
#login-content-wrapper { #login-content-wrapper {
position: relative; position: relative;
height: 540px; min-height: 540px;
display: flex; display: flex;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
#login-infobox { #login-infobox {
max-width: 540px; max-width: 540px;
min-width: 540px; min-width: 540px;
height: calc(100% - 64px); height: auto;
padding: 32px 64px 32px 32px; padding: 32px 64px 32px 32px;
background-color: rgba(255, 255, 255, 0.8); background-color: rgba(255, 255, 255, 0.8);
color: var(--black); color: var(--black);
...@@ -216,6 +216,7 @@ $gap-between-boxes: calc($login-page-margin / 2); ...@@ -216,6 +216,7 @@ $gap-between-boxes: calc($login-page-margin / 2);
padding: 32px; padding: 32px;
min-width: 340px; min-width: 340px;
width: 340px; width: 340px;
height: 100%;
header h1 { header h1 {
margin: 32px 0; margin: 32px 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment