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