aboutsummaryrefslogtreecommitdiff
path: root/resources/assets
diff options
context:
space:
mode:
authorRon Lucke <lucke@elan-ev.de>2024-12-04 13:17:05 +0000
committerDavid Siegfried <david.siegfried@uni-vechta.de>2024-12-04 13:17:05 +0000
commit96fa5cdec8a36b7fd6330cbe6580ec6b7f21d3b2 (patch)
tree643b0ef376b80b6840926e3116ee46f4b5ea3247 /resources/assets
parent715fa1881de122b7101091dd13affe0f6a17c429 (diff)
Polishing TIC: Loginseite
Closes #4936 Merge request studip/studip!3704
Diffstat (limited to 'resources/assets')
-rw-r--r--resources/assets/stylesheets/scss/index.scss29
1 files changed, 26 insertions, 3 deletions
diff --git a/resources/assets/stylesheets/scss/index.scss b/resources/assets/stylesheets/scss/index.scss
index d04256a..c17d87e 100644
--- a/resources/assets/stylesheets/scss/index.scss
+++ b/resources/assets/stylesheets/scss/index.scss
@@ -195,14 +195,14 @@ $gap-between-boxes: calc($login-page-margin / 2);
width: 48px;
height: 48px;
border: none;
- @include background-icon('bullet-dot', $size: 24px);
+ @include background-icon('bullet-dot', $size: 28px);
background-repeat: no-repeat;
background-color: transparent;
background-position: center;
cursor: pointer;
&.active-news-bullet {
- background-size: 28px;
+ background-size: 42px;
}
}
}
@@ -217,6 +217,7 @@ $gap-between-boxes: calc($login-page-margin / 2);
min-width: 340px;
width: 340px;
height: 100%;
+ min-height: 480px;
header h1 {
margin: 32px 0;
@@ -434,12 +435,34 @@ html:not(.size-medium) {
#loginbox {
min-width: unset;
width: unset;
+ min-height: unset;
flex-grow: 1;
}
#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