STYLE refinments

This commit is contained in:
Antoine M 2026-01-27 13:55:40 +01:00
parent 4c353ab77b
commit 9d130e54b4

View File

@ -2,19 +2,24 @@
display: block; display: block;
li.has-custom-icon { li.has-custom-icon {
padding-left: 0; padding-left: 48px;
margin-bottom: 10px; margin-bottom: 20px;
display: flex;
align-items: center;
gap: 20px; gap: 20px;
position: relative;
// display: flex;
// align-items: center;
&::before { &::before {
content: " "; content: " ";
position: static; // position: static;
position: absolute;
top: 0;
left: 0;
display: inline-block; display: inline-block;
padding: 20px; padding: 6px;
width: 40px; width: 36px;
height: 40px; height: 36px;
background-color: var(--wp--preset--color--primary); background-color: var(--wp--preset--color--primary);
background-size: 20px auto; background-size: 20px auto;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -41,9 +46,6 @@
} }
} }
.iconed-list-item-icon-dropdown {
}
.iconed-list-item-backend-icon-square { .iconed-list-item-backend-icon-square {
display: inline-block; display: inline-block;
width: 20px; width: 20px;