xref: /plugin/twofactor/style.less (revision 03bae0e03a755b4c3461a10613dfa0dd454f0d60)
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            text-align: left;
27        }
28
29        .buttons {
30            margin-top: 1em;
31            display: flex;
32            justify-content: space-around;
33        }
34    }
35}
36
37.plugin_twofactor_login {
38    svg {
39        width: 8rem;
40        height: 8rem;
41        fill: @ini_border;
42        float: right;
43    }
44}
45
46.plugin_twofactor_profile {
47    section.state {
48        background-color: @ini_background_neu;
49        color: @ini_text_neu;
50        padding: 1em;
51        margin: 1em;
52    }
53
54}
55
56.plugin_twofactor_admin {
57    .pagination {
58        text-align: center;
59    }
60}
61