aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--resources/assets/stylesheets/scss/index.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/assets/stylesheets/scss/index.scss b/resources/assets/stylesheets/scss/index.scss
index 134fd9a..85f5250 100644
--- a/resources/assets/stylesheets/scss/index.scss
+++ b/resources/assets/stylesheets/scss/index.scss
@@ -195,7 +195,7 @@ $gap-between-boxes: calc($login-page-margin / 2);
width: 48px;
height: 48px;
border: none;
- @include background-icon('bullet-dot', clickable, 24);
+ @include background-icon('bullet-dot', $size: 24px);
background-repeat: no-repeat;
background-color: transparent;
background-position: center;
@@ -406,7 +406,7 @@ $gap-between-boxes: calc($login-page-margin / 2);
}
/* * * * * * * * * *
-responsive settings
+responsive settings
* * * * * * * * * */
html:not(.size-large) {
#login-wrapper {