Skip to content
Snippets Groups Projects
Unverified Commit f8f83d57 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

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

parent 22d759b1
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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;
}
......
......@@ -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;
}
......
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