Skip to content
Snippets Groups Projects
Commit 64f6b010 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

prevent warnings during assets build process, re #2801

parent 6683af4f
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment