1/* watchcycle */
2div#plugin__watchcycle {
3    svg {
4        width: 4rem;
5    }
6}
7
8#plugin__watchcycle_admin {
9    table {
10        width: 100%;
11        border-collapse: collapse;
12
13        th,
14        td {
15            border: @ini_border 1px solid;
16        }
17
18        th {
19            background-color: @ini_accent;
20        }
21
22        td {
23            padding: 0.2rem
24        }
25    }
26}
27