1.dokuwiki .plugin_twofactor_profile,
2.dokuwiki .plugin_twofactor_login {
3    form {
4        margin-top: 1em;
5        display: block;
6        clear: both;
7
8        label {
9            display: block;
10            margin-bottom: 0.5em;
11        }
12
13        fieldset {
14            margin-bottom: 1em;
15
16            p {
17                text-align: left;
18            }
19        }
20
21        fieldset.list {
22            legend {
23                text-align: center;
24            }
25        }
26
27        .buttons {
28            margin-top: 1em;
29            display: flex;
30            justify-content: space-around;
31        }
32    }
33}
34
35.plugin_twofactor_login {
36    svg {
37        width: 8rem;
38        height: 8rem;
39        fill: @ini_border;
40        float: right;
41    }
42}
43
44.plugin_twofactor_profile {
45    section.state {
46        background-color: @ini_background_neu;
47        color: @ini_text_neu;
48        padding: 1em;
49        margin: 1em;
50    }
51
52}
53
54.plugin_twofactor_admin {
55    .pagination {
56        text-align: center;
57    }
58}
59