diff --git a/resources/assets/stylesheets/scss/index.scss b/resources/assets/stylesheets/scss/index.scss index d04256a8d438d55155a821ba15ff41a6c0511afa..c17d87e0f2a228ba50046f6092ec1aee2ee06d33 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