1/**
2 * This file provides styles for the quicksubscribe plugin
3 */
4
5.page-attributes {
6    li.plugin_quicksubscribe {
7        a.plugin_qsub_subscribe {
8            svg {
9                width: 1.6em;
10                height: 1.6em;
11                font-size: 0.82rem;
12                fill: @ini_nav_menu_hover_color;
13            }
14        }
15
16        a:hover,
17        a:focus,
18        a:active {
19            svg {
20                fill: @ini_nav_menu_hover_bg;
21            }
22        }
23    }
24}
25