Issue #3050225 by smaz, shaal, kjay: Layout builder link add: Set background alignment to center

merge-requests/1119/head
Lauri Eskola 2019-06-05 14:39:31 +03:00
parent 22d759b1cb
commit f8f83d5718
No known key found for this signature in database
GPG Key ID: 37E6EF00B7EEF188
2 changed files with 6 additions and 6 deletions

View File

@ -14,14 +14,14 @@
}
.layout-builder__link--add {
padding-left: 24px; /* LTR */
padding-left: 1.3em; /* LTR */
color: #686868;
border-bottom: none;
background: url(../../../misc/icons/787878/plus.svg) transparent top left / 16px 16px no-repeat; /* LTR */
background: url(../../../misc/icons/787878/plus.svg) transparent center left / 1em no-repeat; /* LTR */
}
[dir="rtl"] .layout-builder__link--add {
padding-right: 24px;
padding-right: 1.3em;
padding-left: 0;
background-position-x: right;
}

View File

@ -14,14 +14,14 @@
}
.layout-builder__link--add {
padding-left: 24px; /* LTR */
padding-left: 1.3em; /* LTR */
color: #686868;
border-bottom: none;
background: url(../../../../misc/icons/787878/plus.svg) transparent top left / 16px 16px no-repeat; /* LTR */
background: url(../../../../misc/icons/787878/plus.svg) transparent center left / 1em no-repeat; /* LTR */
}
[dir="rtl"] .layout-builder__link--add {
padding-right: 24px;
padding-right: 1.3em;
padding-left: 0;
background-position-x: right;
}