Skip to content
Snippets Groups Projects
Commit 96fa5cde authored by Ron Lucke's avatar Ron Lucke Committed by David Siegfried
Browse files

Polishing TIC: Loginseite

Closes #4936

Merge request studip/studip!3704
parent 715fa188
No related branches found
No related tags found
No related merge requests found
...@@ -195,14 +195,14 @@ $gap-between-boxes: calc($login-page-margin / 2); ...@@ -195,14 +195,14 @@ $gap-between-boxes: calc($login-page-margin / 2);
width: 48px; width: 48px;
height: 48px; height: 48px;
border: none; border: none;
@include background-icon('bullet-dot', $size: 24px); @include background-icon('bullet-dot', $size: 28px);
background-repeat: no-repeat; background-repeat: no-repeat;
background-color: transparent; background-color: transparent;
background-position: center; background-position: center;
cursor: pointer; cursor: pointer;
&.active-news-bullet { &.active-news-bullet {
background-size: 28px; background-size: 42px;
} }
} }
} }
...@@ -217,6 +217,7 @@ $gap-between-boxes: calc($login-page-margin / 2); ...@@ -217,6 +217,7 @@ $gap-between-boxes: calc($login-page-margin / 2);
min-width: 340px; min-width: 340px;
width: 340px; width: 340px;
height: 100%; height: 100%;
min-height: 480px;
header h1 { header h1 {
margin: 32px 0; margin: 32px 0;
...@@ -434,12 +435,34 @@ html:not(.size-medium) { ...@@ -434,12 +435,34 @@ html:not(.size-medium) {
#loginbox { #loginbox {
min-width: unset; min-width: unset;
width: unset; width: unset;
min-height: unset;
flex-grow: 1; flex-grow: 1;
} }
#login-infobox { #login-infobox {
width: 100%; width: calc(100% - 128px);
padding: 16px 56px 16px 16px;
&.no-toggle {
width: 100%;
padding: 16px;
}
#login-infobox-button-wrapper {
top: 16px;
right: 16px;
}
} }
} }
} }
} }
// html:not(.size-small) {
// #login-wrapper {
// #login-content-wrapper {
// #login-infobox {
// }
// }
// }
// }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment