xref: /plugin/fontello/style.css (revision 1776c5c5befa8de3cc97e981444f6918b129ab85)
1div.picker.pk_fontello {
2    max-width: 300px;
3    padding: 0.25em;
4}
5
6div.picker.pk_fontello button.fontello-picker-button {
7    min-width: 28px;
8    min-height: 28px;
9    line-height: 1;
10    text-align: center;
11}
12
13div.picker.pk_fontello button.fontello-picker-button span.fontello-icon:before {
14    margin-left: 0;
15    margin-right: 0;
16}
17
18#dokuwiki__aside #sidebar ul li .li:has(> a + span.fontello-icon) {
19    display: flex;
20    align-items: center;
21}
22
23#dokuwiki__aside #sidebar ul li .li:has(> a + span.fontello-icon) > a {
24    display: inline;
25    width: auto;
26    min-width: 0;
27}
28
29#dokuwiki__aside #sidebar ul li .li:has(> a + span.fontello-icon) > span.fontello-icon {
30    flex: 0 0 auto;
31    line-height: 1;
32}
33
34#dokuwiki__aside #sidebar ul li .li:has(> a + span.fontello-icon) > span.fontello-icon:before {
35    margin-right: 0;
36}
37